From dac2180c15621981bccfdd2f124cd27c914bb031 Mon Sep 17 00:00:00 2001 From: Georgy Date: Thu, 24 Aug 2017 18:46:50 -0400 Subject: [PATCH] Fix typo 05-data-types/02-number --- 1-js/05-data-types/02-number/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/02-number/article.md b/1-js/05-data-types/02-number/article.md index 0f08860df6..07f55f303c 100644 --- a/1-js/05-data-types/02-number/article.md +++ b/1-js/05-data-types/02-number/article.md @@ -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: