Skip to content

Commit e055245

Browse files
authored
Update iterator.go
1 parent 0bce70d commit e055245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/iterator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type Iterator interface {
3333
// Error returns the last error encountered by the iterator, if any.
3434
Error() error
3535

36-
// Close closes the iterator, relasing any allocated resources.
36+
// Close closes the iterator, releasing any allocated resources.
3737
Close() error
3838
}
3939

0 commit comments

Comments
 (0)