From 524b989e3b47d5586732c5b2ec7cd9ae2807828b Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Tue, 17 Dec 2024 10:15:15 +0100 Subject: [PATCH] docs: Fix typo --- examples/stress_tests/particles.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stress_tests/particles.rs b/examples/stress_tests/particles.rs index cc2c411..c88aa07 100644 --- a/examples/stress_tests/particles.rs +++ b/examples/stress_tests/particles.rs @@ -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,