We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7f4c5 commit 0ea8e64Copy full SHA for 0ea8e64
c/tskit/trees.h
@@ -1412,7 +1412,7 @@ we will have ``position < tree.interval.right``.
1412
Seeking to a position currently covered by the tree is
1413
a constant time operation.
1414
1415
-Seeking to a position from a non-null tree use a linear time
+Seeking to a position from a non-null tree uses a linear time
1416
algorithm by default, unless the option :c:macro:`TSK_SEEK_SKIP`
1417
is specified. In this case, a faster algorithm is employed which skips
1418
to the target tree by removing and adding the minimal number of edges
0 commit comments