aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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>