Skip to content

Commit 0ea8e64

Browse files
Update c/tskit/trees.h
Co-authored-by: Ben Jeffery <[email protected]>
1 parent 6c7f4c5 commit 0ea8e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/tskit/trees.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ we will have ``position < tree.interval.right``.
14121412
Seeking to a position currently covered by the tree is
14131413
a constant time operation.
14141414
1415-
Seeking to a position from a non-null tree use a linear time
1415+
Seeking to a position from a non-null tree uses a linear time
14161416
algorithm by default, unless the option :c:macro:`TSK_SEEK_SKIP`
14171417
is specified. In this case, a faster algorithm is employed which skips
14181418
to the target tree by removing and adding the minimal number of edges

0 commit comments

Comments
 (0)