@@ -161,7 +161,7 @@ impl<'txn, KC, DC> RwPrefix<'txn, KC, DC> {
161161 /// modifying it, so you can't use the key/value that comes from the cursor to feed
162162 /// this function.
163163 ///
164- /// In other words: Tranform the key and value that you borrow from this database into an owned
164+ /// In other words: Transform the key and value that you borrow from this database into an owned
165165 /// version of them i.e. `&str` into `String`.
166166 ///
167167 /// > [Values returned from the database are valid only until a subsequent update operation,
@@ -220,7 +220,7 @@ impl<'txn, KC, DC> RwPrefix<'txn, KC, DC> {
220220 /// modifying it, so you can't use the key/value that comes from the cursor to feed
221221 /// this function.
222222 ///
223- /// In other words: Tranform the key and value that you borrow from this database into an owned
223+ /// In other words: Transform the key and value that you borrow from this database into an owned
224224 /// version of them i.e. `&str` into `String`.
225225 ///
226226 /// > [Values returned from the database are valid only until a subsequent update operation,
@@ -472,7 +472,7 @@ impl<'txn, KC, DC> RwRevPrefix<'txn, KC, DC> {
472472 /// modifying it, so you can't use the key/value that comes from the cursor to feed
473473 /// this function.
474474 ///
475- /// In other words: Tranform the key and value that you borrow from this database into an owned
475+ /// In other words: Transform the key and value that you borrow from this database into an owned
476476 /// version of them i.e. `&str` into `String`.
477477 ///
478478 /// > [Values returned from the database are valid only until a subsequent update operation,
@@ -531,7 +531,7 @@ impl<'txn, KC, DC> RwRevPrefix<'txn, KC, DC> {
531531 /// modifying it, so you can't use the key/value that comes from the cursor to feed
532532 /// this function.
533533 ///
534- /// In other words: Tranform the key and value that you borrow from this database into an owned
534+ /// In other words: Transform the key and value that you borrow from this database into an owned
535535 /// version of them i.e. `&str` into `String`.
536536 ///
537537 /// > [Values returned from the database are valid only until a subsequent update operation,
0 commit comments