Skip to content

Commit

Permalink
docs typo
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul Patel <[email protected]>
  • Loading branch information
evan-forbes and rootulp authored Aug 17, 2022
1 parent 5b24277 commit fb65861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/inclusion/paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func calculateSubTreeRootCoordinates(maxDepth, start, end uint64) []coord {
position: start,
}
// lastNodeCursor keeps track of the last node cursor so that when we climb
// to high, we can use this node as a sub tree root
// too high, we can use this node as a sub tree root
lastNodeCursor := nodeCursor
lastLeafCursor := leafCursor
// nodeRangeCursor keeps track of the number of leaves that are under the
Expand Down

0 comments on commit fb65861

Please sign in to comment.