Skip to content

Commit a0e264a

Browse files
authored
docs: Fix typo in tracing.rs comment (#113)
Update tracing.rs
1 parent b3114e4 commit a0e264a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/evm/src/tracing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub struct TracerIter<'a, E: Evm, Txs: Iterator, F> {
102102
}
103103

104104
impl<E: Evm, Txs: Iterator, F> TracerIter<'_, E, Txs, F> {
105-
/// Flips the `skip_last_commit` flag thus making sure all transaction are commited.
105+
/// Flips the `skip_last_commit` flag thus making sure all transaction are committed.
106106
///
107107
/// We are skipping last commit by default as it's expected that when tracing users are mostly
108108
/// interested in tracer output rather than in a state after it.

0 commit comments

Comments
 (0)