aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/string.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/string.txt')
-rw-r--r--doc_src/string.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/string.txt b/doc_src/string.txt
index 1a3f2ea1..bae21dc9 100644
--- a/doc_src/string.txt
+++ b/doc_src/string.txt
@@ -57,7 +57,7 @@ The following subcommands are available:
>_ set str foo
>_ string length -q $str; echo $status
-1
+0
# Equivalent to test -n $str
\endfish
@@ -103,7 +103,7 @@ The following subcommands are available:
\fish{cli-dark}
>_ echo \\x07 | string escape
-<bs>c</bs>g
+<bs>cg</bs>
\endfish
\subsection string-example-match-glob Match Glob Examples