Merge pull request #500 from jessuni/patch-1

Fixed 2 typos
This commit is contained in:
Ilya Kantor 2018-09-30 23:42:47 +03:00 committed by GitHub
commit 92c7b2c929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -283,7 +283,7 @@ In most cases the distinction is unnoticeable, because operators are suited to t
Remember these two special numeric values?
- `Infinite` (and `-Infinite`) is a special numeric value that is greater (less) than anything.
- `Infinity` (and `-Infinity`) is a special numeric value that is greater (less) than anything.
- `NaN` represents an error.
They belong to the type `number`, but are not "normal" numbers, so there are special functions to check for them: