Skip to content

Commit b0e2e04

Browse files
authored
Merge pull request #3234 from adam4nj/patch-1
typo at String concatenation with binary
2 parents 36eb3da + 0c5ac0e commit b0e2e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/08-operators/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ alert( 8 ** (1/3) ); // 2 (power of 1/3 is the same as a cubic root)
8080

8181
## String concatenation with binary +
8282

83-
Let's meet features of JavaScript operators that are beyond school arithmetics.
83+
Let's meet the features of JavaScript operators that are beyond school arithmetics.
8484
8585
Usually, the plus operator `+` sums numbers.
8686

0 commit comments

Comments
 (0)