Skip to content

Commit

Permalink
Merge pull request #116 from johanhelsing/docs-typo
Browse files Browse the repository at this point in the history
docs: Fix typo
  • Loading branch information
gschup authored Dec 19, 2024
2 parents cdd5740 + 524b989 commit 7452b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stress_tests/particles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct Args {
#[clap(short, long, default_value = "2")]
input_delay: usize,

/// How often the clients should exchange and compare checkums of state
/// How often the clients should exchange and compare checksums of state
#[clap(short, long, default_value = "10")]
desync_detection_interval: u32,

Expand Down

0 comments on commit 7452b26

Please sign in to comment.