aboutsummaryrefslogtreecommitdiff
path: root/bp.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'bp.1.md')
-rw-r--r--bp.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/bp.1.md b/bp.1.md
index 782c84f..0170aaa 100644
--- a/bp.1.md
+++ b/bp.1.md
@@ -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 %