From 441e2b435147938f25cc3dc8f8e040ceedc4d621 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Wed, 30 Dec 2020 12:19:34 +0100 Subject: [PATCH] more wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24fa5a2..16ee2ae 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Patching is hard. I still cannot rhyme. ``` Let's use the `words` lexer, which marks everything whitespace-ish as -whitespace, and groups of non-whitespace: +whitespace, and picks up groups of non-whitespace "content" characters: ``` :[^ \t\n]* _:[ \t\n]*