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 fb0787f commit 5b24277
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 @@ -52,7 +52,7 @@ func calculateSubTreeRootCoordinates(maxDepth, start, end uint64) []coord {
// finding the subtree root for some set. When leafCursor == end, we are
// finished calculating sub tree roots
leafCursor := start
// nodeCursor keeps track of the current node tree node when finding sub
// nodeCursor keeps track of the current tree node when finding sub
// tree roots
nodeCursor := coord{
depth: maxDepth,
Expand Down

0 comments on commit 5b24277

Please sign in to comment.