Address review comments
This commit is contained in:
parent
430ff507f0
commit
5eed4d9667
19 changed files with 125 additions and 139 deletions
|
|
@ -100,7 +100,7 @@ type Iterator interface {
|
|||
// Contains returns whether the value is within the set held by the iterator.
|
||||
Contains(Value) bool
|
||||
|
||||
// Err returns the error (if any) encountered during iteration.
|
||||
// Err returns any error that was encountered by the Iterator.
|
||||
Err() error
|
||||
|
||||
// Start iteration from the beginning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue