* 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
Родитель 9b425061da
Коммит 05bf12f7df
2 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -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):

Просмотреть файл

@ -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.