diff options
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r-- | Doc/Zsh/params.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 86f9c7d29..194c475e7 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -280,7 +280,7 @@ braces (`tt({)' and `tt(})'): they must appear either in balanced pairs or preceded by a backslash, and backslashes that protect parentheses or braces are removed during parsing. This is because parameter expansions may be surrounded balanced braces, and subscript flags are introduced by -balanced parens. +balanced parenthesis. The second difference is that a double-quote (`tt(")') may appear as part of a subscript expression without being preceded by a backslash, and |