From 9ce40fc7a8ebac3dac95e061d4349869a55418af Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Tue, 3 Oct 2023 21:36:05 -0700 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.