From cc6d5a9be820418d07ff8f995482a7e76c254622 Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Wed, 5 Jan 2022 12:54:20 -0500 Subject: [PATCH] Fix doc comment --- src/ogg/tag.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ogg/tag.rs b/src/ogg/tag.rs index 543d8bf2..d1ae6e34 100644 --- a/src/ogg/tag.rs +++ b/src/ogg/tag.rs @@ -161,7 +161,7 @@ impl VorbisComments { /// /// # Errors /// - /// * [`PictureInformation::from_reader`] + /// * [`PictureInformation::from_picture`] /// * [`std::io::Error`] pub fn dump_to(&self, writer: &mut W) -> Result<()> { Into::::into(self).dump_to(writer)