From ea5adc4c3901bfa801bad71134f282f0151cfb33 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 7 Jul 2014 03:44:42 +0000 Subject: merge revision(s) 45495: [Backport #9662] * README.EXT: fix typo. [ruby-core:61634] [Bug #9662] * README.EXT.ja: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@46739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- README.EXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.EXT') diff --git a/README.EXT b/README.EXT index 6a622d2b11..61bc6ef731 100644 --- a/README.EXT +++ b/README.EXT @@ -639,7 +639,7 @@ Here's the example of an initializing function. { /* define DBM class */ cDBM = rb_define_class("DBM", rb_cObject); - /* DBM includes Enumerate module */ + /* DBM includes Enumerable module */ rb_include_module(cDBM, rb_mEnumerable); /* DBM has class method open(): arguments are received as C array */ -- cgit v1.2.3