Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zeozeozeo committed Nov 30, 2023
1 parent 20b1335 commit d4f7e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/loops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn main() {
);
sound.add_command(command);

// change the loop to be 4-5 seconds from 13 secons in the span of 5 seconds
// change the loop to be 4-5 seconds from 13 seconds in the span of 5 seconds
// (the playback rate change command is applied simultaneously)
let command = Command::new(Change::LoopSeconds(4.0..=6.0), Easing::Linear, 13.0, 5.0);
sound.add_command(command);
Expand Down

0 comments on commit d4f7e91

Please sign in to comment.