Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 78ee186

Browse files
Miguel Molinasmola
authored andcommitted
fix typo in docs for plumbing/difftree/internal/merkletrie/iter.go (#192)
1 parent ff449c6 commit 78ee186

File tree

1 file changed

+1
-1
lines changed
  • plumbing/difftree/internal/merkletrie

1 file changed

+1
-1
lines changed

plumbing/difftree/internal/merkletrie/iter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func (iter *Iter) current() (Noder, bool) {
138138
}
139139

140140
// removes the current node and all the frames that become empty as a
141-
// consecuence of this action. It returns true if something was dropped,
141+
// consequence of this action. It returns true if something was dropped,
142142
// and false if there were no more nodes in the iterator.
143143
func (iter *Iter) drop() bool {
144144
frame, ok := iter.top()

0 commit comments

Comments
 (0)