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 6088a3c commit 18e3212Copy full SHA for 18e3212
src/tx/write/single_writer.rs
@@ -491,7 +491,7 @@ impl<'a> WriteTransaction<'a> {
491
self.inner.range(partition, range)
492
}
493
494
- /// Iterates over a prefixed range of the transaction's state.
+ /// Iterates over a prefixed set of the transaction's state.
495
///
496
/// Avoid using an empty prefix as it may scan a lot of items (unless limited).
497
0 commit comments