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