Skip to content

Commit

Permalink
Fix another typo in a comment.
Browse files Browse the repository at this point in the history
Co-authored-by: Chris S. Kim <kisunji92@gmail.com>
  • Loading branch information
mkeeler and kisunji authored Nov 21, 2023
1 parent d9ac3de commit 963bf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path_iter.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package iradix
import "bytes"

// PathIterator is used to iterate over a set of nodes from the root
// down to a specified path. This will iterate overthe same values that
// down to a specified path. This will iterate over the same values that
// the Node.WalkPath method will.
type PathIterator[T any] struct {
node *Node[T]
Expand Down

0 comments on commit 963bf13

Please sign in to comment.