diff --git a/README.md b/README.md index 9d80d40..6052fdb 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ This trait brings _mutable_ match-based trimming `String`, `Vec`, and `Box<[ | `trim_end_matches_mut` | Trim arbitrary trailing bytes via callback (mutably). | -### [`NormalizeWhitespace`] +### 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.