fix typo in option.h's comment (#1321)
This commit is contained in:
parent
6d61358a09
commit
0e2da497c6
@ -1418,7 +1418,7 @@ struct ReadOptions {
|
|||||||
|
|
||||||
// If "snapshot" is non-nullptr, read as of the supplied snapshot
|
// If "snapshot" is non-nullptr, read as of the supplied snapshot
|
||||||
// (which must belong to the DB that is being read and which must
|
// (which must belong to the DB that is being read and which must
|
||||||
// not have been released). If "snapshot" is nullptr, use an impliicit
|
// not have been released). If "snapshot" is nullptr, use an implicit
|
||||||
// snapshot of the state at the beginning of this read operation.
|
// snapshot of the state at the beginning of this read operation.
|
||||||
// Default: nullptr
|
// Default: nullptr
|
||||||
const Snapshot* snapshot;
|
const Snapshot* snapshot;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user