mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 13:42:34 +00:00
chore: fix a typo (#537)
This commit is contained in:
parent
1b9c1933b3
commit
8e604cfc08
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
//! use std::io::BufReader;
|
||||
//! use rodio::{Decoder, OutputStream, source::Source};
|
||||
//!
|
||||
//! // Get a output stream handle to the default physical sound device
|
||||
//! // Get an output stream handle to the default physical sound device
|
||||
//! let (_stream, stream_handle) = OutputStream::try_default().unwrap();
|
||||
//! // Load a sound from a file, using a path relative to Cargo.toml
|
||||
//! let file = BufReader::new(File::open("examples/music.ogg").unwrap());
|
||||
|
|
Loading…
Reference in a new issue