diff --git a/src/cursor.rs b/src/cursor.rs index 2fa7153..88aa8cf 100644 --- a/src/cursor.rs +++ b/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 &'txn ()>,