summaryrefslogtreecommitdiff
path: root/doc/ChangeLog-2.3.0
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-25 05:12:16 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-25 05:12:16 +0000
commit0ab9e706258119caf3af0de1b0e94b86d2567931 (patch)
tree92442dec8cd184796c80306bcf571c18e0112d17 /doc/ChangeLog-2.3.0
parent22d8481f080ce4eb758803ad1f60273b6c3a10ad (diff)
doc/CangeLog-2.3.0, ext/tk/lib/txextlib/SUPPORT_STATUS,
include/ruby/version.h: minor grammar fixes [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/ChangeLog-2.3.0')
-rw-r--r--doc/ChangeLog-2.3.08
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ChangeLog-2.3.0 b/doc/ChangeLog-2.3.0
index c71636af8d..9838bf2f6b 100644
--- a/doc/ChangeLog-2.3.0
+++ b/doc/ChangeLog-2.3.0
@@ -19,8 +19,8 @@ Thu Dec 24 17:25:42 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
Thu Dec 24 16:17:47 2015 NARUSE, Yui <naruse@ruby-lang.org>
- * common.mk (fake.rb): $(arch)-fake.rb must depend miniruby because
- it may depend miniruby.
+ * common.mk (fake.rb): $(arch)-fake.rb must depend on miniruby because
+ it may depend on miniruby.
Thu Dec 24 16:13:05 2015 NARUSE, Yui <naruse@ruby-lang.org>
@@ -11413,8 +11413,8 @@ Tue Jan 20 02:54:11 2015 Zachary Scott <e@zzak.io>
Mon Jan 19 22:08:26 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * class.c (include_modules_at): allow prepend each modules up to
- once for each classes. [EXPERIMENTAL]
+ * class.c (include_modules_at): allow to prepend each module up to
+ once for each classe. [EXPERIMENTAL]
Sun Jan 18 18:32:20 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>