aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/javascript/reference/operators
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/javascript/reference/operators')
-rw-r--r--files/ru/web/javascript/reference/operators/this/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/javascript/reference/operators/this/index.html b/files/ru/web/javascript/reference/operators/this/index.html
index 2176ebbdef..6bf5f9f20a 100644
--- a/files/ru/web/javascript/reference/operators/this/index.html
+++ b/files/ru/web/javascript/reference/operators/this/index.html
@@ -81,7 +81,7 @@ f2() === undefined; // true
<p><strong>Пример 1</strong></p>
-<pre dir="rtl"><code>// </code>В качестве первого аргумента методов<code> call или apply</code> может быть передан объект<code>,
+<pre><code>// </code>В качестве первого аргумента методов<code> call или apply</code> может быть передан объект<code>,
// на который будет указывать this.</code><code>
var obj = {a: 'Custom'};