We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e3212 commit e48addcCopy full SHA for e48addc
src/tx/write/mod.rs
@@ -322,7 +322,7 @@ impl BaseTransaction {
322
.map(|item| item.map_err(Into::into))
323
}
324
325
- /// Iterates over a prefixed range of the transaction's state.
+ /// Iterates over a prefixed set of the transaction's state.
326
///
327
/// Avoid using an empty prefix as it may scan a lot of items (unless limited).
328
#[must_use]
0 commit comments