Fix doc comment

This commit is contained in:
Serial 2022-02-17 19:07:38 -05:00
parent 03b7384f8b
commit a158d4684e
No known key found for this signature in database
GPG key ID: DA95198DC17C4568

View file

@ -19,7 +19,7 @@ pub trait AudioFile: Into<TaggedFile> {
/// ///
/// # Errors /// # Errors
/// ///
/// Errors depend on the file and tags being read. See [`LoftyError`] /// Errors depend on the file and tags being read. See [`LoftyError`](crate::LoftyError)
fn read_from<R>(reader: &mut R, read_properties: bool) -> Result<Self> fn read_from<R>(reader: &mut R, read_properties: bool) -> Result<Self>
where where
R: Read + Seek, R: Read + Seek,