Skip to content

Commit 5018314

Browse files
authored
Merge pull request #147 from GeorgySerga/patch-3
Fix typo 05-data-types/02-number
2 parents 7c7e802 + dac2180 commit 5018314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/02-number/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ In most cases the distinction is unnoticeable, because operators are suited to t
284284
Remember the two special numeric values?
285285

286286
- `Infinite` (and `-Infinite`) is a special numeric value that is greater (less) than anything.
287-
- `NaN` represends an error.
287+
- `NaN` represents an error.
288288

289289
They belong to the type `number`, but are not "normal" numbers, so there are special functions to check for them:
290290

0 commit comments

Comments
 (0)