summaryrefslogtreecommitdiffstats
path: root/docs/content/manual/manual.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/manual/manual.yml')
-rw-r--r--docs/content/manual/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index 7a91d1e3..894f2ef1 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -2260,7 +2260,7 @@ sections:
To match whitespace in an x pattern use an escape such as \s, e.g.
- * test( "a\\sb", "x" ).
+ * test( "a\\\\sb"; "x" )
Note that certain flags may also be specified within REGEX, e.g.