Skip to content

Commit

Permalink
Fix typo in 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 9182358 commit d9ac3de
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 @@ -13,7 +13,7 @@ type PathIterator[T any] struct {

// Next returns the next node in order
func (i *PathIterator[T]) Next() ([]byte, T, bool) {
// This is mostly just an asyncrhonous implementation of the WalkPath
// This is mostly just an asynchronous implementation of the WalkPath
// method on the node.
var zero T
var leaf *leafNode[T]
Expand Down

0 comments on commit d9ac3de

Please sign in to comment.