Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
IAvecilla committed Apr 24, 2024
1 parent 43d1e45 commit 73880cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/libs/roles/src/attester/messages/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ impl Signers {
self.0.iter().filter(|b| *b).count()
}

/// Size of the corresponding attester::Commitee.
/// Size of the corresponding attester::Committee.
pub fn len(&self) -> usize {
self.0.len()
}
Expand Down

0 comments on commit 73880cd

Please sign in to comment.