mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-14 06:32:33 +00:00
Fix doc comment
This commit is contained in:
parent
7942a5bd84
commit
cc6d5a9be8
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ impl VorbisComments {
|
|||
///
|
||||
/// # Errors
|
||||
///
|
||||
/// * [`PictureInformation::from_reader`]
|
||||
/// * [`PictureInformation::from_picture`]
|
||||
/// * [`std::io::Error`]
|
||||
pub fn dump_to<W: Write>(&self, writer: &mut W) -> Result<()> {
|
||||
Into::<VorbisCommentsRef>::into(self).dump_to(writer)
|
||||
|
|
Loading…
Reference in a new issue