ruby-changes:40207
From: nobu <ko1@a...>
Date: Mon, 26 Oct 2015 22:23:57 +0900 (JST)
Subject: [ruby-changes:40207] nobu:r52288 (trunk): Grammatical fixes [ci skip]
nobu 2015-10-26 22:23:32 +0900 (Mon, 26 Oct 2015) New Revision: 52288 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52288 Log: Grammatical fixes [ci skip] * lib/racc/rdoc/grammar.en.rdoc: Grammatical errors fixed. [Fix GH-1070] Modified files: trunk/ChangeLog trunk/lib/racc/rdoc/grammar.en.rdoc Index: ChangeLog =================================================================== --- ChangeLog (revision 52287) +++ ChangeLog (revision 52288) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Oct 26 22:23:30 2015 SimonDKnight <simondknight@h...> + + * lib/racc/rdoc/grammar.en.rdoc: Grammatical errors fixed. + [Fix GH-1070] + Mon Oct 26 18:36:43 2015 Shota Fukumori (sora_h) <her@s...> * vm_method.c(rb_method_entry_make): Index: lib/racc/rdoc/grammar.en.rdoc =================================================================== --- lib/racc/rdoc/grammar.en.rdoc (revision 52287) +++ lib/racc/rdoc/grammar.en.rdoc (revision 52288) @@ -215,5 +215,5 @@ Format of user code is like this: https://github.com/ruby/ruby/blob/trunk/lib/racc/rdoc/grammar.en.rdoc#L215 : : -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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/