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

ruby-changes:50948

From: stomar <ko1@a...>
Date: Sun, 15 Apr 2018 01:47:02 +0900 (JST)
Subject: [ruby-changes:50948] stomar:r63155 (trunk): error.c: [DOC] minor fixes

stomar	2018-04-15 01:46:58 +0900 (Sun, 15 Apr 2018)

  New Revision: 63155

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63155

  Log:
    error.c: [DOC] minor fixes

  Modified files:
    trunk/error.c
Index: error.c
===================================================================
--- error.c	(revision 63154)
+++ error.c	(revision 63155)
@@ -325,7 +325,7 @@ warning_write(int argc, VALUE *argv, VAL https://github.com/ruby/ruby/blob/trunk/error.c#L325
  *    warning 1
  *    warning 2
  *
- * If the <code>:uplevel</code> keyword is given, the string will
+ * If the <code>uplevel</code> keyword argument is given, the string will
  * be prepended with information for the given caller frame in
  * the same format used by the <code>rb_warn</code> C function.
  *
@@ -1090,7 +1090,7 @@ exc_message(VALUE exc) https://github.com/ruby/ruby/blob/trunk/error.c#L1090
  * call-seq:
  *   exception.inspect   -> string
  *
- * Return this exception's class name and message
+ * Return this exception's class name and message.
  */
 
 static VALUE

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

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