Typo in documentation (#22)

without.crypto
Arthur Gautier 7 years ago committed by Dan Burkert
parent 0f613773c1
commit c15f22c884
  1. 2
      src/cursor.rs

@ -135,7 +135,7 @@ impl <'txn> RoCursor<'txn> {
}
}
/// A read-only cursor for navigating items within a database.
/// A read-write cursor for navigating items within a database.
pub struct RwCursor<'txn> {
cursor: *mut ffi::MDB_cursor,
_marker: PhantomData<fn() -> &'txn ()>,

Loading…
Cancel
Save