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

ruby-changes:9147

From: tadf <ko1@a...>
Date: Sat, 13 Dec 2008 08:59:46 +0900 (JST)
Subject: [ruby-changes:9147] Ruby:r20684 (trunk): must be typos.

tadf	2008-12-13 08:59:36 +0900 (Sat, 13 Dec 2008)

  New Revision: 20684

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

  Log:
    must be typos.

  Modified files:
    trunk/parse.y

Index: parse.y
===================================================================
--- parse.y	(revision 20683)
+++ parse.y	(revision 20684)
@@ -57,11 +57,11 @@
 
 enum lex_state_e {
     EXPR_BEG,			/* ignore newline, +/- is a sign. */
-    EXPR_END,			/* newline significant, +/- is a operator. */
+    EXPR_END,			/* newline significant, +/- is an operator. */
     EXPR_ENDARG,		/* ditto, and unbound braces. */
-    EXPR_ARG,			/* newline significant, +/- is a operator. */
-    EXPR_CMDARG,		/* newline significant, +/- is a operator. */
-    EXPR_MID,			/* newline significant, +/- is a operator. */
+    EXPR_ARG,			/* newline significant, +/- is an operator. */
+    EXPR_CMDARG,		/* newline significant, +/- is an operator. */
+    EXPR_MID,			/* newline significant, +/- is an operator. */
     EXPR_FNAME,			/* ignore newline, no reserved words. */
     EXPR_DOT,			/* right after `.' or `::', no reserved words. */
     EXPR_CLASS,			/* immediate after `class', no here document. */
@@ -10117,7 +10117,7 @@
  *    Ripper.new(src, filename="(ripper)", lineno=1) -> ripper
  *
  *  Create a new Ripper object.
- *  _src_ must be a String, a IO, or an Object which has #gets method.
+ *  _src_ must be a String, an IO, or an Object which has #gets method.
  *
  *  This method does not starts parsing.
  *  See also Ripper#parse and Ripper.parse.

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

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