Skip to content

Commit

Permalink
Update read_tx.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Feb 4, 2025
1 parent e48addc commit 4424995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tx/read_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ impl ReadTransaction {
crate::iter::Iter::new(self.nonce.clone(), iter)
}

/// Iterates over a prefixed range of the transaction's state.
/// Iterates over a prefixed set of the transaction's state.
///
/// Avoid using an empty prefix as it may scan a lot of items (unless limited).
///
Expand Down

0 comments on commit 4424995

Please sign in to comment.