Fix doc comment

This commit is contained in:
Serial 2022-01-05 12:54:20 -05:00
parent 7942a5bd84
commit cc6d5a9be8

View file

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