Skip to content

Commit a9c3569

Browse files
authored
Update comments for clarity in RcppTskit_intro.qmd
1 parent fafc948 commit a9c3569

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

RcppTskit/vignettes/RcppTskit_intro.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ ts <- ts_load(ts_file)
325325
# (on the pointer)
326326
ts_num_individuals2(ts$pointer)
327327
328-
# An identical RcppTskit implementation
329-
# (available as the method of the TreeSequence class)
328+
# The above is identical to the RcppTskit implementation
329+
# (available as a method of the TreeSequence class)
330330
ts$num_individuals()
331331
```
332332

0 commit comments

Comments
 (0)