about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-04-09 13:06:47 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-04-09 13:06:47 +0000
commit62b586bf9ffc142a5fb2a55707d14d9d02242947 (patch)
treec3909f1e0defe160e8c9eb00f2386159cf60b915 /Doc/Zsh/params.yo
parent367148fdbe48464ddfd7114a21c0e4c7840c4dfe (diff)
downloadzsh-62b586bf9ffc142a5fb2a55707d14d9d02242947.tar.gz
zsh-62b586bf9ffc142a5fb2a55707d14d9d02242947.tar.xz
zsh-62b586bf9ffc142a5fb2a55707d14d9d02242947.zip
24806: more assoc subscript completion + typos
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 9fd21ab5d..dedde051f 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -344,8 +344,8 @@ The same rule applies to parentheses (`tt(LPAR())' and `tt(RPAR())') and
 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 parenthesis.
+may be surrounded by balanced braces, and subscript flags are introduced by
+balanced parentheses.
 
 The second difference is that a double-quote (`tt(")') may appear as part
 of a subscript expression without being preceded by a backslash, and