aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-26 10:37:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-26 10:37:12 +0000
commit7cf2a0a1b968ade6ea78a5ccf807901bcb1e54ea (patch)
tree807be58fec47332ce7d5a9410ebf4319ab74bed4 /ChangeLog
parent1282a4a89500f3c45f0cd56623d536f40abe9bb6 (diff)
downloadruby-7cf2a0a1b968ade6ea78a5ccf807901bcb1e54ea.tar.gz
array.c: reword [ci skip]
* array.c (permute0, rpermute0): [DOC] Substitute indexes -> indices in documentation for consistency. [Fix GH-1222] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e155ca3ea..95dc877616 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 26 19:36:15 2016 Aggelos Avgerinos <evaggelos.avgerinos@gmail.com>
+
+ * array.c (permute0, rpermute0): [DOC] Substitute indexes ->
+ indices in documentation for consistency. [Fix GH-1222]
+
Tue Jan 26 15:21:37 2016 Eric Wong <e@80x24.org>
* compile.c (caller_location): use rb_fstring_cstr for "<compiled>"