Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 6bbc688

Browse files
author
Sacha Lansky
authored
Fix typo (#10714)
1 parent 48e0b41 commit 6bbc688

File tree

1 file changed

+1
-1
lines changed
  • primitives/state-machine/src/overlayed_changes

1 file changed

+1
-1
lines changed

primitives/state-machine/src/overlayed_changes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pub struct OverlayedChanges {
104104
stats: StateMachineStats,
105105
}
106106

107-
/// Transcation index operation.
107+
/// Transaction index operation.
108108
#[derive(Debug, Clone)]
109109
pub enum IndexOperation {
110110
/// Insert transaction into index.

0 commit comments

Comments
 (0)