trie: fix comment

This commit is contained in:
Gary Rong 2025-09-17 11:22:35 +08:00
parent 45ee2fbe19
commit eebee3df05

View file

@ -838,7 +838,7 @@ func (it *unionIterator) Error() error {
}
// subTreeIterator wraps nodeIterator to traverse a trie within a predefined
// start and limit range, with optional prefix mode.
// start and limit range.
type subtreeIterator struct {
NodeIterator