summary refs log tree commit diff
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
parent85b0dd71335c8ee6d4925be6b590cbe643edf196 (diff)
downloadzsh-9cab4c3d7f098e0ca48083c2e4714fab812c5b39.tar.gz
zsh-9cab4c3d7f098e0ca48083c2e4714fab812c5b39.tar.xz
zsh-9cab4c3d7f098e0ca48083c2e4714fab812c5b39.zip
41755: Followup to last: minor clarification to docs.
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/params.yo2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c5e0001c..049640139 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-24  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 41755: Doc/Zsh/params.yo: Followup to last: minor clarification
+	to docs.
+
 2017-09-24  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 41754: Doc/Zsh/params.yo, NEWS,  README,
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.