Fix typos and minor cleanup
This commit is contained in:
parent
9ca38d1f10
commit
4d34ea50cc
8 changed files with 10 additions and 12 deletions
|
|
@ -49,7 +49,7 @@ type Iterator interface {
|
|||
// These methods are the heart and soul of the iterator, as they constitute
|
||||
// the iteration interface.
|
||||
//
|
||||
// To get the full results of iteraton, do the following:
|
||||
// To get the full results of iteration, do the following:
|
||||
// while (!Next()):
|
||||
// emit result
|
||||
// while (!NextResult()):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue