diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-03-26 00:02:19 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-03-26 00:02:19 +0000 |
commit | ba77b725da3065e89981b0c7a599db165cb0bd96 (patch) | |
tree | 17ebf07de906a37f958f1ab9d2097bee57c3b0b3 /complex.c | |
parent | f28d6165f6e39c7723ad88bdf87708ddff5a145f (diff) |
Update Complex#finite? documentation
to state what it really does.
[Fix GH-1848]
From: Christian Bruckmayer <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'complex.c')
-rw-r--r-- | complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1255,7 +1255,7 @@ nucomp_inspect(VALUE self) * call-seq: * cmp.finite? -> true or false * - * Returns +true+ if +cmp+'s magnitude is a finite number, + * Returns +true+ if +cmp+'s real and imaginary values are both finite numbers, * otherwise returns +false+. */ static VALUE |