Skip to content

Commit

Permalink
fix typo in time.rs example (bevyengine#10152)
Browse files Browse the repository at this point in the history
## Solution
n -> s
  • Loading branch information
ameknite committed Oct 17, 2023
1 parent 5733d24 commit 34da534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ecs/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 34da534

Please sign in to comment.