summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-26 13:23:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-26 13:23:32 +0000
commit05bf12f7df5c473d7f078846afdceebfeec80a78 (patch)
tree25a82fe8cdfab2a5a984b5e47553259aac31cdac /lib
parent9b425061dad0fb850c12864bf271691d20a4e762 (diff)
Grammatical fixes [ci skip]
* lib/racc/rdoc/grammar.en.rdoc: Grammatical errors fixed. [Fix GH-1070] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/racc/rdoc/grammar.en.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/racc/rdoc/grammar.en.rdoc b/lib/racc/rdoc/grammar.en.rdoc
index 02a3891b9e..824d0ee13d 100644
--- a/lib/racc/rdoc/grammar.en.rdoc
+++ b/lib/racc/rdoc/grammar.en.rdoc
@@ -215,5 +215,5 @@ Format of user code is like this:
:
:
-If four '-' exist on line head, Racc treat it as beginning of user code block.
-The name of user code block must be one word.
+If four '-' exist on the line head, Racc treats it as the beginning of the
+user code block. The name of the user code block must be one word.