Update wavereader.rs

Fixed typo
This commit is contained in:
Jamie Hardt
2020-11-29 14:06:16 -08:00
committed by GitHub
parent 11b834be76
commit 016f5e3e3b

View File

@@ -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;