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 240cb03 commit fb0787f
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 @@ -48,7 +48,7 @@ func (c coord) canClimbRight() bool {
// working our way right.
func calculateSubTreeRootCoordinates(maxDepth, start, end uint64) []coord {
cds := []coord{}
// leafCursor keeps track current leaf that we are starting with when
// leafCursor keeps track of the current leaf that we are starting with when
// finding the subtree root for some set. When leafCursor == end, we are
// finished calculating sub tree roots
leafCursor := start
Expand Down

0 comments on commit fb0787f

Please sign in to comment.