* lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo by Tsuyoshi Sawada

[Bug #9077]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-11-09 15:34:25 +00:00
Родитель 1ce82d510c
Коммит e44d4124be
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -1,3 +1,8 @@
Sun Nov 10 00:33:17 2013 Zachary Scott <e@zzak.io>
* lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo by Tsuyoshi Sawada
[Bug #9077]
Sat Nov 9 22:35:35 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> Sat Nov 9 22:35:35 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* tool/rbinstall.rb (Gem::Specification.load): obtain spec date from * tool/rbinstall.rb (Gem::Specification.load): obtain spec date from

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

@ -95,7 +95,7 @@ An array of value of right-hand side (rhs).
A stack of values. A stack of values.
DO NOT MODIFY this stack unless you know what you are doing. DO NOT MODIFY this stack unless you know what you are doing.
== Operator Precedance == Operator Precedence
This function is equal to '%prec' in yacc. This function is equal to '%prec' in yacc.
To designate this block: To designate this block: