complex.c: doc fix
* complex.c: [DOC] fix grammar and typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
55fd3e15b1
commit
3d58c86f64
@ -1353,8 +1353,8 @@ nucomp_inspect(VALUE self)
|
|||||||
* call-seq:
|
* call-seq:
|
||||||
* cmp.finite? -> true or false
|
* cmp.finite? -> true or false
|
||||||
*
|
*
|
||||||
* Returns +true+ if +cmp+'s magnitude is finite number,
|
* Returns +true+ if +cmp+'s magnitude is a finite number,
|
||||||
* oterwise returns +false+.
|
* otherwise returns +false+.
|
||||||
*/
|
*/
|
||||||
static VALUE
|
static VALUE
|
||||||
rb_complex_finite_p(VALUE self)
|
rb_complex_finite_p(VALUE self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user