We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bce70d commit e055245Copy full SHA for e055245
v2/iterator.go
@@ -33,7 +33,7 @@ type Iterator interface {
33
// Error returns the last error encountered by the iterator, if any.
34
Error() error
35
36
- // Close closes the iterator, relasing any allocated resources.
+ // Close closes the iterator, releasing any allocated resources.
37
Close() error
38
}
39
0 commit comments