Fix merge operator docs typo (#7716)

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/7716

Reviewed By: pdillinger

Differential Revision: D25214340

Pulled By: zhichao-cao

fbshipit-source-id: 143a8e7d076917e60bbe6993d60ec55f33e2ab56
main
Steve Yen 4 years ago committed by Facebook GitHub Bot
parent 51a8dc6d14
commit cc431ece37
  1. 2
      include/rocksdb/merge_operator.h

@ -109,7 +109,7 @@ class MergeOperator {
Slice& existing_operand; Slice& existing_operand;
}; };
// This function applies a stack of merge operands in chrionological order // This function applies a stack of merge operands in chronological order
// on top of an existing value. There are two ways in which this method is // on top of an existing value. There are two ways in which this method is
// being used: // being used:
// a) During Get() operation, it used to calculate the final value of a key // a) During Get() operation, it used to calculate the final value of a key

Loading…
Cancel
Save