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

Commit

Permalink
Fix typo (#10714)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha Lansky authored Jan 21, 2022
1 parent 48e0b41 commit 6bbc688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/state-machine/src/overlayed_changes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pub struct OverlayedChanges {
stats: StateMachineStats,
}

/// Transcation index operation.
/// Transaction index operation.
#[derive(Debug, Clone)]
pub enum IndexOperation {
/// Insert transaction into index.
Expand Down

0 comments on commit 6bbc688

Please sign in to comment.