Skip to content

Commit

Permalink
fix(ru): code example in + operator article (#9125)
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha Sushko <[email protected]>
  • Loading branch information
elo1lson and sashasushko committed Oct 22, 2022
1 parent 72446ec commit 2d5c051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/ru/web/javascript/reference/operators/addition/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ translation_of: Web/JavaScript/Reference/Operators/Addition

## Синтаксис

```
Оператор: x + y
```js
x + y
```

## Примеры
Expand Down

0 comments on commit 2d5c051

Please sign in to comment.