about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-09-24 17:21:46 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-09-24 17:21:50 +0000
commit9cab4c3d7f098e0ca48083c2e4714fab812c5b39 (patch)
treea0200b8a261a4dfc015f41ec919de5d4d6599738 /Doc/Zsh/params.yo
parent85b0dd71335c8ee6d4925be6b590cbe643edf196 (diff)
downloadzsh-9cab4c3d7f098e0ca48083c2e4714fab812c5b39.tar.gz
zsh-9cab4c3d7f098e0ca48083c2e4714fab812c5b39.tar.xz
zsh-9cab4c3d7f098e0ca48083c2e4714fab812c5b39.zip
41755: Followup to last: minor clarification to docs.
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index f3cec345d..430f097b6 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -109,7 +109,7 @@ of subscript expression that may be used when directly subscripting a
 variable name, described in the section Array Subscripts below, are not
 available.
 
-The syntaxes with and without the explicit key may be mixed.  Any absent
+The syntaxes with and without the explicit key may be mixed.  An implicit
 var(key) is deduced by incrementing the index from the previously
 assigned element.  Note that it is not treated as an error
 if latter assignements in this form overwrite earlier assignments.