more wording

This commit is contained in:
Mirek Kratochvil 2020-12-30 12:19:34 +01:00
parent 6e8d40612b
commit 441e2b4351

View file

@ -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]*