summaryrefslogtreecommitdiffstats
path: root/docs/content/manual/v1.6/manual.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/manual/v1.6/manual.yml')
-rw-r--r--docs/content/manual/v1.6/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml
index eceff369..c6490682 100644
--- a/docs/content/manual/v1.6/manual.yml
+++ b/docs/content/manual/v1.6/manual.yml
@@ -2280,7 +2280,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.