Skip to content

Commit 11bbbd7

Browse files
Update Firestore/core/src/local/leveldb_key.h
Co-authored-by: Sebastian Schmidt <[email protected]>
1 parent 133554f commit 11bbbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/core/src/local/leveldb_key.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ class LevelDbIndexEntryKey {
856856
return array_value_;
857857
}
858858

859-
/** The directional index value encoded for this entry. */
859+
/** The encoded directional index value for this entry. */
860860
const std::string& directional_value() const {
861861
return directional_value_;
862862
}

0 commit comments

Comments
 (0)