Skip to content

Commit

Permalink
misc: fix examples typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Nov 29, 2023
1 parent b83a24e commit 6e42cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async fn main() -> Result<()> {
println!("PlayPause");
});

// Handle `Play` method call
// Handle `Previous` method call
player.connect_previous(|_player| {
println!("Previous");
});
Expand Down

0 comments on commit 6e42cef

Please sign in to comment.