From c15f22c88427c4b4b90a23fbcbd6630489b283c2 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Sat, 3 Mar 2018 17:45:05 +0000 Subject: [PATCH] Typo in documentation (#22) --- src/cursor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()>,