Skip to content

Commit 75ff794

Browse files
authored
minor book fixes (#392)
1 parent b920703 commit 75ff794

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

book/src/prelude.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
The contents of the crate prelude are:
44

5-
```rust, noplaygound, ignore
5+
```rust, noplayground, ignore
66
{{#include ../../src/prelude.rs}}
77
```

book/src/working_with_tree_sequences.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@ The next several sections provide examples based on a tree sequence with two tre
44

55
The first tree is:
66

7+
```md
78
0
89
+++
910
| | 1
1011
| | +++
1112
2 3 4 5
13+
```
1214

1315
The second tree is:
1416

17+
```md
1518
0
1619
+-+-+
1720
1 |
1821
+-+-+ |
1922
2 4 5 3
23+
```
2024

2125

0 commit comments

Comments
 (0)