Fix typo 05-data-types/02-number

This commit is contained in:
Georgy 2017-08-24 18:46:50 -04:00 committed by GitHub
parent 468a769b51
commit dac2180c15

View file

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