Merge pull request #883 from zhipeng-jia/master

Fix typo
main
Igor Canadi 9 years ago
commit 963660eb55
  1. 2
      db/memtable.h

@ -189,7 +189,7 @@ class MemTable {
const Slice& key,
const Slice& value);
// If prev_value for key exits, attempts to update it inplace.
// If prev_value for key exists, attempts to update it inplace.
// else returns false
// Pseudocode
// if key exists in current memtable && prev_value is of type kTypeValue

Loading…
Cancel
Save