Skip to content

Commit 4424995

Browse files
authored
Update read_tx.rs
1 parent e48addc commit 4424995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tx/read_tx.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ impl ReadTransaction {
367367
crate::iter::Iter::new(self.nonce.clone(), iter)
368368
}
369369

370-
/// Iterates over a prefixed range of the transaction's state.
370+
/// Iterates over a prefixed set of the transaction's state.
371371
///
372372
/// Avoid using an empty prefix as it may scan a lot of items (unless limited).
373373
///

0 commit comments

Comments
 (0)