aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--ChangeLog5
-rw-r--r--lib/racc/rdoc/grammar.en.rdoc4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 734a4fd9b1..257fe7a321 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 26 22:23:30 2015 SimonDKnight <simondknight@hotmail.com>
+
+ * lib/racc/rdoc/grammar.en.rdoc: Grammatical errors fixed.
+ [Fix GH-1070]
+
Mon Oct 26 18:36:43 2015 Shota Fukumori (sora_h) <her@sorah.jp>
* vm_method.c(rb_method_entry_make):
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.