1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2015-10-26 13:23:32 +00:00
parent 9b425061da
commit 05bf12f7df
2 changed files with 7 additions and 2 deletions

View file

@ -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> Mon Oct 26 18:36:43 2015 Shota Fukumori (sora_h) <her@sorah.jp>
* vm_method.c(rb_method_entry_make): * vm_method.c(rb_method_entry_make):

View file

@ -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. If four '-' exist on the line head, Racc treats it as the beginning of the
The name of user code block must be one word. user code block. The name of the user code block must be one word.