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

ruby-changes:33218

From: hsbt <ko1@a...>
Date: Sun, 9 Mar 2014 13:09:14 +0900 (JST)
Subject: [ruby-changes:33218] hsbt:r45297 (trunk): * eval.c: remove needless space.

hsbt	2014-03-09 13:09:10 +0900 (Sun, 09 Mar 2014)

  New Revision: 45297

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

  Log:
    * eval.c: remove needless space.
      [ruby-dev:48026] [Bug #9615]

  Modified files:
    trunk/eval.c
Index: eval.c
===================================================================
--- eval.c	(revision 45296)
+++ eval.c	(revision 45297)
@@ -80,7 +80,7 @@ ruby_init(void) https://github.com/ruby/ruby/blob/trunk/eval.c#L80
 /*! Processes command line arguments and compiles the Ruby source to execute.
  *
  * This function does:
- * \li  Processes the given command line flags and arguments for ruby(1)
+ * \li Processes the given command line flags and arguments for ruby(1)
  * \li compiles the source code from the given argument, -e or stdin, and
  * \li returns the compiled source as an opaque pointer to an internal data structure
  *

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

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