From fb65861d0b3f736156308b7aeb4e731dfeb3419f Mon Sep 17 00:00:00 2001 From: Evan Forbes <42654277+evan-forbes@users.noreply.github.com> Date: Wed, 17 Aug 2022 11:24:45 -0500 Subject: [PATCH] docs typo Co-authored-by: Rootul Patel --- pkg/inclusion/paths.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/inclusion/paths.go b/pkg/inclusion/paths.go index 63913bb50e..711103c19f 100644 --- a/pkg/inclusion/paths.go +++ b/pkg/inclusion/paths.go @@ -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