about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorJun T <takimoto-j@kba.biglobe.ne.jp>2015-08-11 13:07:59 +0900
committerJun T <takimoto-j@kba.biglobe.ne.jp>2015-08-11 13:07:59 +0900
commitbde91914df8fcbe1c53a575518f4f59a3996c0b0 (patch)
tree837f77b713aa1e7accb8e219749d85805a8bddd0 /Doc/Zsh/expn.yo
parent321116c4cc1f6385178974163d0f8b2c9a1bf888 (diff)
downloadzsh-bde91914df8fcbe1c53a575518f4f59a3996c0b0.tar.gz
zsh-bde91914df8fcbe1c53a575518f4f59a3996c0b0.tar.xz
zsh-bde91914df8fcbe1c53a575518f4f59a3996c0b0.zip
36067: fix typo and format in the documentation
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} ]])