We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00c569 commit cea9b10Copy full SHA for cea9b10
include/leveldb/iterator.h
@@ -37,7 +37,7 @@ class Iterator {
37
// Valid() after this call iff the source is not empty.
38
virtual void SeekToLast() = 0;
39
40
- // Position at the first key in the source that at or past target
+ // Position at the first key in the source that is at or past target.
41
// The iterator is Valid() after this call iff the source contains
42
// an entry that comes at or past target.
43
virtual void Seek(const Slice& target) = 0;
0 commit comments