From bde91914df8fcbe1c53a575518f4f59a3996c0b0 Mon Sep 17 00:00:00 2001 From: Jun T Date: Tue, 11 Aug 2015 13:07:59 +0900 Subject: 36067: fix typo and format in the documentation --- Doc/Zsh/expn.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/Zsh/expn.yo') 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} ]]) -- cgit 1.4.1