Skip to content

Commit 9241f9e

Browse files
authored
Minor fix to book re: misc treeseq ops. (#418)
1 parent 5a43a38 commit 9241f9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/src/tree_sequence_miscellaneous.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ See below.
2727

2828
### Read-only table access
2929

30-
A `TreeSequence` has a `Deref` target giving read-only access to the tables:
30+
A `TreeSequence` has access to the tables.
31+
For example:
3132

3233
```rust, noplayground, ignore
3334
for _edge in treeseq.edges_iter() {

0 commit comments

Comments
 (0)