mirror of
https://github.com/google/leveldb.git
synced 2026-08-18 10:33:27 +08:00
Fixed incorrect comment wording for Iterator::Seek.
This commit is contained in:
@@ -37,7 +37,7 @@ class Iterator {
|
||||
// Valid() after this call iff the source is not empty.
|
||||
virtual void SeekToLast() = 0;
|
||||
|
||||
// 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.
|
||||
// The iterator is Valid() after this call iff the source contains
|
||||
// an entry that comes at or past target.
|
||||
virtual void Seek(const Slice& target) = 0;
|
||||
|
||||
Reference in New Issue
Block a user