aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/htmlanchorelement/tostring/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/htmlanchorelement/tostring/index.html')
-rw-r--r--files/ru/web/api/htmlanchorelement/tostring/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/htmlanchorelement/tostring/index.html b/files/ru/web/api/htmlanchorelement/tostring/index.html
index 1b02751e90..3078b219e0 100644
--- a/files/ru/web/api/htmlanchorelement/tostring/index.html
+++ b/files/ru/web/api/htmlanchorelement/tostring/index.html
@@ -24,7 +24,7 @@ original_slug: Web/API/HTMLHyperlinkElementUtils/toString
<pre class="brush: js">// <code class="language-js"><span class="comment token">Допустим, что документ содержит элемент</span></code> &lt;a id="myAnchor" href="https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils/toString"&gt;
var anchor = document.getElementById("myAnchor");
-var result = anchor.toString(); // Вернет: 'https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils/toString'
+var result = anchor.toString(); // Вернёт: 'https://developer.mozilla.org/en-US/docs/HTMLHyperlinkElementUtils/toString'
</pre>
<h2 id="Спецификации">Спецификации</h2>