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 authored and Ray Redondo committed Jan 9, 2024
1 parent 3ead570 commit 4f5aa06
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 4f5aa06

Please sign in to comment.