Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Sep 11, 2024
1 parent 35ab239 commit 50487ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func (t *Tree[T]) DeletePrefix(prefix string) bool {
return true
}

// IterAt visits all nodes in the tree, yielding the key and value of each.
// Iter visits all nodes in the tree, yielding the key and value of each.
//
// The tree is traversed in lexical order, making the output deterministic.
func (t *Tree[T]) Iter() iter.Seq2[string, T] {
Expand Down

0 comments on commit 50487ef

Please sign in to comment.