From bd2602240ab7063a559eca78c50e225cc503a316 Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Thu, 23 Jan 2020 23:54:35 +0900 Subject: [PATCH] Fix a stale doc comment on Exif::fields. --- src/reader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reader.rs b/src/reader.rs index dad64d3..c8963b2 100644 --- a/src/reader.rs +++ b/src/reader.rs @@ -144,7 +144,7 @@ impl Exif { &self.buf[..] } - /// Returns a slice of Exif fields. + /// Returns an iterator of Exif fields. #[inline] pub fn fields(&self) -> impl ExactSizeIterator { self.entries.iter()