fix typo in time.rs example (#10152)

## Solution
n -> s
This commit is contained in:
Ame :] 2023-10-16 23:51:07 -05:00 committed by GitHub
parent 5733d2403e
commit 34da534917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");
}