aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/javascript/reference/operators/instanceof
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/javascript/reference/operators/instanceof')
-rw-r--r--files/ru/web/javascript/reference/operators/instanceof/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/javascript/reference/operators/instanceof/index.html b/files/ru/web/javascript/reference/operators/instanceof/index.html
index a9274710e2..07d96f328d 100644
--- a/files/ru/web/javascript/reference/operators/instanceof/index.html
+++ b/files/ru/web/javascript/reference/operators/instanceof/index.html
@@ -157,7 +157,7 @@ var b = mycar instanceof Object; // возвращает true
<p>{{Compat("javascript.operators.instanceof")}}</p>
-<h2 id="См._также">См. также</h2>
+<h2 id="Смотрите_также">Смотрите также</h2>
<ul>
<li><code><a href="/ru/docs/Web/JavaScript/Reference/Operators/typeof" title="/en-US/docs/JavaScript/Reference/Operators/typeof">typeof</a></code></li>