Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
donatik27 authored Nov 16, 2024
1 parent 3a3c9d9 commit 4464bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/task-impls/src/quorum_vote/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mod handlers;
/// Vote dependency types.
#[derive(Debug, PartialEq)]
enum VoteDependency {
/// For the `QuroumProposalValidated` event after validating `QuorumProposalRecv`.
/// For the `QuorumProposalValidated` event after validating `QuorumProposalRecv`.
QuorumProposal,
/// For the `DaCertificateRecv` event.
Dac,
Expand Down

0 comments on commit 4464bca

Please sign in to comment.