diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-10-14 04:37:31 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-10-14 04:37:31 +0000 |
commit | c4ccdd6471ce8b2fc432a6174d8c08a48a8bdc3b (patch) | |
tree | 844881f1e0cc132364df73ebfeeade802040d13c | |
parent | e794fa5cb5b2a2ebffa4a535da4d951f6a4b559a (diff) |
* lib/racc/rdoc/grammar.en.rdoc: fix spell error.
[fix GH-1053][ci skip] Patch by @Matrixbirds
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lib/racc/rdoc/grammar.en.rdoc | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Wed Oct 14 13:37:23 2015 SHIBATA Hiroshi <[email protected]> + + * lib/racc/rdoc/grammar.en.rdoc: fix spell error. + [fix GH-1053][ci skip] Patch by @Matrixbirds + Tue Oct 13 22:06:50 2015 Tanaka Akira <[email protected]> * ext/socket/raddrinfo.c (rsock_fd_family): Check sa_len. diff --git a/lib/racc/rdoc/grammar.en.rdoc b/lib/racc/rdoc/grammar.en.rdoc index 28d5129068..02a3891b9e 100644 --- a/lib/racc/rdoc/grammar.en.rdoc +++ b/lib/racc/rdoc/grammar.en.rdoc @@ -29,7 +29,7 @@ CLASS_NAME is a name of parser class. This is the name of generating parser class. If CLASS_NAME includes '::', Racc outputs module clause. For example, writing -"class M::C" causes creating the code bellow: +"class M::C" causes creating the code below: module M class C |