about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crates/core_simd/examples/nbody.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/core_simd/examples/nbody.rs b/crates/core_simd/examples/nbody.rs
index 0bad0c2d557..0aad4935f3a 100644
--- a/crates/core_simd/examples/nbody.rs
+++ b/crates/core_simd/examples/nbody.rs
@@ -1,6 +1,6 @@
 /// Benchmarks game nbody code
-/// Taken from the  `packed_simd` crate
-/// Run this benchmark with `cargo test --example body`
+/// Taken from the `packed_simd` crate
+/// Run this benchmark with `cargo test --example nbody`
 use core_simd::*;
 
 use std::f64::consts::PI;