mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
Fix doc comment
This commit is contained in:
parent
03b7384f8b
commit
a158d4684e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ pub trait AudioFile: Into<TaggedFile> {
|
|||
///
|
||||
/// # 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>
|
||||
where
|
||||
R: Read + Seek,
|
||||
|
|
Loading…
Reference in a new issue