diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2022-04-01 12:25:12 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2022-04-01 12:25:12 -0400 |
| commit | ee8fb64e97ad3f19e21c242dc7a55ebad6253fb8 (patch) | |
| tree | 89103c6a68876abb38748abbe2820edd4a50cf78 /bp.1.md | |
| parent | c1c4f2109bed7076b89f8188b4b395437b330dc9 (diff) | |
Rewording
Diffstat (limited to 'bp.1.md')
| -rw-r--r-- | bp.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -202,11 +202,11 @@ by the same indentation that occurs on the current line. **"xx"**, **"xxx"**, **"xxxx"**, etc.) `*` *pat* -: Some *pat*s (zero or more, e.g. `* "x"` matches **""**, **"x"**, **"xx"**, +: Any *pat*s (zero or more, e.g. `* "x"` matches **""**, **"x"**, **"xx"**, etc.) `+` *pat* -: At least one *pat*s (e.g. `+ "x"` matches **"x"**, **"xx"**, **"xxx"**, etc.) +: Some *pat*s (e.g. `+ "x"` matches **"x"**, **"xx"**, **"xxx"**, etc.) *repeating-pat* `%` *sep* : *repeating-pat* (see the examples above) separated by *sep* (e.g. `*word % |
