about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 4d54c42f8..d44b40a3b 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -942,7 +942,7 @@ characters by tt(GLOB_SUBST).  In other words,
 example(pattern=${(q)str}
 [[ $str = ${~pattern} ]])
 
-works if tt($str) is tt('a*b') but not if it is tt('a b'), whereas
+works if tt($str) is `tt(a*b)' but not if it is `tt(a b)', whereas
 
 example(pattern=${(b)str}
 [[ $str = ${~pattern} ]])