aboutsummaryrefslogtreecommitdiffstats
path: root/lib/racc
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
commit22584eb78c4aabf5870fc2d93df0bb2620eb07a5 (patch)
tree25a82fe8cdfab2a5a984b5e47553259aac31cdac /lib/racc
parent930a8964adc1bc81d1f807ac84ea7163695abbb1 (diff)
downloadruby-22584eb78c4aabf5870fc2d93df0bb2620eb07a5.tar.gz
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/racc')
-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.