summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-14 04:37:31 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-14 04:37:31 +0000
commitc4ccdd6471ce8b2fc432a6174d8c08a48a8bdc3b (patch)
tree844881f1e0cc132364df73ebfeeade802040d13c /lib
parente794fa5cb5b2a2ebffa4a535da4d951f6a4b559a (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
Diffstat (limited to 'lib')
-rw-r--r--lib/racc/rdoc/grammar.en.rdoc2
1 files changed, 1 insertions, 1 deletions
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