diff --git a/1-js/02-first-steps/07-operators/article.md b/1-js/02-first-steps/07-operators/article.md index 4f8d8cec..017f484c 100644 --- a/1-js/02-first-steps/07-operators/article.md +++ b/1-js/02-first-steps/07-operators/article.md @@ -34,7 +34,7 @@ Before we move on, let's grasp the common terminology. Now let's see special features of JavaScript operators that are beyond school arithmetics. -Usually the plus operator `'+'` sums numbers. +Usually the plus operator `+` sums numbers. But if the binary `+` is applied to strings, it merges (concatenates) them: