From 6612b7a8efc54b869cfa0814c12444ef6b7ce8ab Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Wed, 22 Feb 2023 21:47:35 -0500 Subject: [PATCH] From typo in comment --- src/encoding/encoding.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encoding/encoding.rs b/src/encoding/encoding.rs index 588015c..b1d43fc 100644 --- a/src/encoding/encoding.rs +++ b/src/encoding/encoding.rs @@ -121,7 +121,7 @@ impl Encoding { /// Encodes a transform. /// - /// If the given transform is different from the current one, encodes it an + /// If the given transform is different from the current one, encodes it and /// returns true. Otherwise, encodes nothing and returns false. pub fn encode_transform(&mut self, transform: Transform) -> bool { if self.transforms.last() != Some(&transform) {