Use correct capitalization of "NaN" in docs
This commit is contained in:
parent
629bad4aba
commit
59c81274aa
Notes:
git
2022-04-14 04:44:59 +09:00
@ -2003,7 +2003,7 @@ rb_flo_is_infinite_p(VALUE num)
|
|||||||
* call-seq:
|
* call-seq:
|
||||||
* finite? -> true or false
|
* finite? -> true or false
|
||||||
*
|
*
|
||||||
* Returns +true+ if +self+ is not +Infinity+, +-Infinity+, or +Nan+,
|
* Returns +true+ if +self+ is not +Infinity+, +-Infinity+, or +NaN+,
|
||||||
* +false+ otherwise:
|
* +false+ otherwise:
|
||||||
*
|
*
|
||||||
* f = 2.0 # => 2.0
|
* f = 2.0 # => 2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user