Skip to content

Commit

Permalink
Merge pull request #4694 from overallteach/dev
Browse files Browse the repository at this point in the history
chore: remove repetitive words
  • Loading branch information
sacherjj authored Jan 23, 2025
2 parents 345c2df + 20bc6b6 commit 59df8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/src/components/in_memory_network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ where
/// # Panics
///
/// Panics if the internal lock has been poisoned, a network with the wrong type of message was
/// removed or if there was no network at at all.
/// removed or if there was no network at all.
pub(crate) fn remove_active() {
assert!(
ACTIVE_NETWORK.with(|active_network| {
Expand Down
2 changes: 1 addition & 1 deletion node/src/types/sync_leap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@ mod tests {

let fault_tolerance_fraction = Ratio::new_raw(1, 3);

// Assert only if correct eras are selected, since the the
// Assert only if correct eras are selected, since the
// `should_return_era_validator_weights_for_correct_sync_leap` test already covers the
// actual weight validation.
let protocol_config = ProtocolConfig {
Expand Down

0 comments on commit 59df8cb

Please sign in to comment.