소스 검색

Fixed incorrect comment wording for Iterator::Seek.

ld
Chris Mumford 10 년 전
부모
커밋
cea9b10e5b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      include/leveldb/iterator.h

+ 1
- 1
include/leveldb/iterator.h 파일 보기

@ -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;

불러오는 중...
취소
저장