Skip to content

Commit

Permalink
correction arcticle committee.rs (#3360)
Browse files Browse the repository at this point in the history
add article `a`

Signed-off-by: futreall <[email protected]>
  • Loading branch information
futreall authored Feb 20, 2025
1 parent 234463f commit 5936572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linera-execution/src/committee.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl<'de> Deserialize<'de> for ValidatorName {
}
}

/// Public state of validator.
/// Public state of a validator.
#[derive(Eq, PartialEq, Hash, Clone, Debug, Default, Serialize, Deserialize)]
pub struct ValidatorState {
/// The network address (in a string format understood by the networking layer).
Expand Down

0 comments on commit 5936572

Please sign in to comment.