diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-05-29 17:54:08 +0000 |
commit | 56528ccb661d4985776234c89355a14093063534 (patch) | |
tree | 8b84684ff6827f7e30ad6c670a5b80a2c136b9ac /Doc/Zsh/params.yo | |
parent | e4d828b28e73846d24d03b3fada69f769cdcbb33 (diff) | |
download | zsh-56528ccb661d4985776234c89355a14093063534.tar.gz zsh-56528ccb661d4985776234c89355a14093063534.tar.xz zsh-56528ccb661d4985776234c89355a14093063534.zip |
spelling corrections
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 |