diff --git a/README.md b/README.md index 6052fdb..f834fa1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ This trait brings _mutable_ match-based trimming `String`, `Vec`, and `Box<[ ### NormalizeWhitespace -This trait exposes an iterator over byte/string slice contents with the edges trimmed, and all contiguous inner whitespace converted to a single horizontal space. +This trait exposes an iterator over byte/string slice contents with the edges trimmed, and all contiguous inner whitespace converted to a single horizontal space. This trait is also implemented for existing `u8`/`char` iterators. | Method | Description | | ------ | ----------- | diff --git a/src/lib.rs b/src/lib.rs index 13a6e50..6fc28bc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -64,7 +64,7 @@ This trait brings _mutable_ match-based trimming `String`, `Vec`, and `Box<[ ### [`NormalizeWhitespace`] -This trait exposes an iterator over byte/string slice contents with the edges trimmed, and all contiguous inner whitespace converted to a single horizontal space. +This trait exposes an iterator over byte/string slice contents with the edges trimmed, and all contiguous inner whitespace converted to a single horizontal space. This trait is also implemented for existing `u8`/`char` iterators. | Method | Description | | ------ | ----------- |