From 67f32d26007cc209d132b9a866876a60df91edaa Mon Sep 17 00:00:00 2001 From: Mingun Date: Fri, 24 Jun 2022 21:40:04 +0500 Subject: [PATCH] Fix description of EncodingRef Co-authored-by: Daniel Alley --- src/reader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reader.rs b/src/reader.rs index b7cdbbfe..fc0eb251 100644 --- a/src/reader.rs +++ b/src/reader.rs @@ -56,7 +56,7 @@ enum TagState { Exit, } -/// A reference to an encoding together with an information of how it was retrieved. +/// A reference to an encoding together with information about how it was retrieved. /// /// The state transition diagram: ///