From 320ea7c76baafa8b214a30dd3792a425db07f884 Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Wed, 2 May 2018 21:37:15 +0300 Subject: [PATCH] Fix grammar in text introduced by previous commit. --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 767fbbf..3e20d9e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -175,8 +175,8 @@ //! Standard. //! //! This crate does not provide a mode that matches the UTF-16 _encoding -//! scheme_ from the Unicode Stardard. The UTF-16BE encoding using with -//! the entry points without `_bom_` qualifiers are the closest match, +//! scheme_ from the Unicode Stardard. The UTF-16BE encoding used with +//! the entry points without `_bom_` qualifiers is the closest match, //! but in that case, the UTF-8 BOM triggers UTF-8 decoding, which is //! not part of the behavior of the UTF-16 _encoding scheme_ per the //! Unicode Standard.