aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/javascript/reference/operators/addition_assignment/index.html
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-27 02:31:24 +0300
committerGitHub <noreply@github.com>2021-10-27 02:31:24 +0300
commit980fe00a74a9ad013b945755415ace2e5429c3c2 (patch)
treea1c6bb4b302e69bfa53eab13e44500eba55d1696 /files/ru/web/javascript/reference/operators/addition_assignment/index.html
parent374a039b97a11ee7306539d16aaab27fed66b398 (diff)
downloadtranslated-content-980fe00a74a9ad013b945755415ace2e5429c3c2.tar.gz
translated-content-980fe00a74a9ad013b945755415ace2e5429c3c2.tar.bz2
translated-content-980fe00a74a9ad013b945755415ace2e5429c3c2.zip
[RU] Remove notranslate (#2874)
Diffstat (limited to 'files/ru/web/javascript/reference/operators/addition_assignment/index.html')
-rw-r--r--files/ru/web/javascript/reference/operators/addition_assignment/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/javascript/reference/operators/addition_assignment/index.html b/files/ru/web/javascript/reference/operators/addition_assignment/index.html
index e7124ec00f..99c5b74dc5 100644
--- a/files/ru/web/javascript/reference/operators/addition_assignment/index.html
+++ b/files/ru/web/javascript/reference/operators/addition_assignment/index.html
@@ -18,14 +18,14 @@ translation_of: Web/JavaScript/Reference/Operators/Addition_assignment
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="syntaxbox notranslate"><strong>Оператор:</strong> x += y
+<pre class="syntaxbox"><strong>Оператор:</strong> x += y
<strong>Значение:</strong> x = x + y</pre>
<h2 id="Примеры">Примеры</h2>
<h3 id="Использование_сложения_с_присваиванием">Использование сложения с присваиванием</h3>
-<pre class="brush: js notranslate">// Assuming the following variables
+<pre class="brush: js">// Assuming the following variables
// foo = 'foo'
// bar = 5
// baz = true