Commit be8e631d authored by Jay Lee's avatar Jay Lee

address comment

parent 8c3aa410
......@@ -47,7 +47,7 @@ pub struct ReadOptions {
/// The UnsafeSnap must be destroyed by db, it maybe be leaked
/// if not using it properly, hence named as unsafe.
///
/// This object is convinient for wrapping snapshot by yourself. In most
/// This object is convenient for wrapping snapshot by yourself. In most
/// cases, using `Snapshot` is enough.
pub struct UnsafeSnap {
inner: rocksdb_ffi::DBSnapshot,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment