From ee8fb64e97ad3f19e21c242dc7a55ebad6253fb8 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 1 Apr 2022 12:25:12 -0400 Subject: Rewording --- bp.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bp.1.md') 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 % -- cgit v1.2.3