[前][次][番号順一覧][スレッド一覧]

ruby-changes:31539

From: zzak <ko1@a...>
Date: Sun, 10 Nov 2013 00:34:36 +0900 (JST)
Subject: [ruby-changes:31539] zzak:r43618 (trunk): * lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo by Tsuyoshi Sawada

zzak	2013-11-10 00:34:25 +0900 (Sun, 10 Nov 2013)

  New Revision: 43618

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43618

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

  Modified files:
    trunk/ChangeLog
    trunk/lib/racc/rdoc/grammar.en.rdoc
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43617)
+++ ChangeLog	(revision 43618)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Nov 10 00:33:17 2013  Zachary Scott  <e@z...>
+
+	* lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo by Tsuyoshi Sawada
+	  [Bug #9077]
+
 Sat Nov  9 22:35:35 2013  Nobuyoshi Nakada  <nobu@r...>
 
 	* tool/rbinstall.rb (Gem::Specification.load): obtain spec date from
Index: lib/racc/rdoc/grammar.en.rdoc
===================================================================
--- lib/racc/rdoc/grammar.en.rdoc	(revision 43617)
+++ lib/racc/rdoc/grammar.en.rdoc	(revision 43618)
@@ -95,7 +95,7 @@ An array of value of right-hand side (rh https://github.com/ruby/ruby/blob/trunk/lib/racc/rdoc/grammar.en.rdoc#L95
 A stack of values.
 DO NOT MODIFY this stack unless you know what you are doing.
 
-== Operator Precedance
+== Operator Precedence
 
 This function is equal to '%prec' in yacc.
 To designate this block:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]