From 82a6b2ef7e3ca69bac2ef6386be3e3a8a24fbccd Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Mon, 27 Mar 2017 20:03:28 +0900 Subject: [PATCH] Fix the note on the rename of Tag.value(). --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index bff07b8..d13b6ed 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -49,7 +49,7 @@ //! //! * Rust 1.15 is now required to compile. //! * `Reader.fields()` now returns a slice instead of a reference to a Vec. -//! * `Tag.value()` was renamed to `Tag.code()`. +//! * `Tag.value()` was renamed to `Tag.number()`. //! * A new variant `Error::BlankValue` has been added. //! * The `parse_image()` function has been removed.