summary refs log tree commit diff
diff options
context:
space:
mode:
-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.