diff --git a/examples/ecs/time.rs b/examples/ecs/time.rs index 653a63bb92d9c..e0c1d6e427b0a 100644 --- a/examples/ecs/time.rs +++ b/examples/ecs/time.rs @@ -23,7 +23,7 @@ fn help() { println!(" q: Quit the app."); println!(" f: Set speed to fast, 2x"); println!(" n: Set speed to normal, 1x"); - println!(" n: Set speed to slow, 0.5x"); + println!(" s: Set speed to slow, 0.5x"); println!(" p: Pause"); println!(" u: Unpause"); }