mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 08:50:44 +00:00
Update wavereader.rs
Fixed typo
This commit is contained in:
@@ -65,7 +65,7 @@ impl<R: Read + Seek> WaveReader<R> {
|
|||||||
* This function does a minimal validation on the provided stream and
|
* This function does a minimal validation on the provided stream and
|
||||||
* will return an `Err(errors::Error)` immediately if there is a structural
|
* will return an `Err(errors::Error)` immediately if there is a structural
|
||||||
* inconsistency that makes the stream unreadable or if it's missing
|
* inconsistency that makes the stream unreadable or if it's missing
|
||||||
* essential components that make interpreting the audio data impoossible.
|
* essential components that make interpreting the audio data impossible.
|
||||||
*
|
*
|
||||||
* ```rust
|
* ```rust
|
||||||
* use std::fs::File;
|
* use std::fs::File;
|
||||||
|
|||||||
Reference in New Issue
Block a user