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

ruby-changes:48455

From: stomar <ko1@a...>
Date: Mon, 30 Oct 2017 05:51:01 +0900 (JST)
Subject: [ruby-changes:48455] stomar:r60569 (trunk): complex.c: doc fix

stomar	2017-10-30 05:50:55 +0900 (Mon, 30 Oct 2017)

  New Revision: 60569

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

  Log:
    complex.c: doc fix
    
    * complex.c: [DOC] fix grammar and typo.

  Modified files:
    trunk/complex.c
Index: complex.c
===================================================================
--- complex.c	(revision 60568)
+++ complex.c	(revision 60569)
@@ -1353,8 +1353,8 @@ nucomp_inspect(VALUE self) https://github.com/ruby/ruby/blob/trunk/complex.c#L1353
  * call-seq:
  *    cmp.finite?  ->  true or false
  *
- * Returns +true+ if +cmp+'s magnitude is finite number,
- * oterwise returns +false+.
+ * Returns +true+ if +cmp+'s magnitude is a finite number,
+ * otherwise returns +false+.
  */
 static VALUE
 rb_complex_finite_p(VALUE self)

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

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