mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -2003,7 +2003,7 @@ rb_flo_is_infinite_p(VALUE num)
|
|||
* call-seq:
|
||||
* 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:
|
||||
*
|
||||
* f = 2.0 # => 2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue