From typo in comment

This commit is contained in:
Chad Brokaw 2023-02-22 21:47:35 -05:00 committed by GitHub
parent 033870d91e
commit 6612b7a8ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {