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 6991b6a..60a51a9 100644
--- a/bp.1.md
+++ b/bp.1.md
@@ -90,8 +90,8 @@ literal strings, or strings that are primarily plain strings, with one or two
patterns. `bp` is designed around this fact. The default mode for bp patterns
is "string pattern mode". In string pattern mode, all characters are
interpreted literally except for the backslash (`\`), which may be followed by
-a bp pattern (see the **PATTERNS** section below). Optionally, the bp pattern
-may be terminated by a semicolon (`;`).
+an escape or a bp pattern (see the **PATTERNS** section below). Optionally, the
+bp pattern may be terminated by a semicolon (`;`).
# PATTERNS