diff options
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 % |
