Skip to content

Commit 0ae4319

Browse files
authored
Update article.md
1 parent 40ca6da commit 0ae4319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/05-types/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ n = 12.345;
2323

2424
The *number* type serves both for integer and floating point numbers.
2525

26-
There are many operations for numbers, e.g. multiplication `*`, division `/`, addition `+`, substraction `-` and so on.
26+
There are many operations for numbers, e.g. multiplication `*`, division `/`, addition `+`, subtraction `-` and so on.
2727

2828
Besides regular numbers, there are so-called "special numeric values" which also belong to that type: `Infinity`, `-Infinity` and `NaN`.
2929

0 commit comments

Comments
 (0)