aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/console/debug/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/console/debug/index.html')
-rw-r--r--files/ru/web/api/console/debug/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/console/debug/index.html b/files/ru/web/api/console/debug/index.html
index 4d90c7e264..9a0606f361 100644
--- a/files/ru/web/api/console/debug/index.html
+++ b/files/ru/web/api/console/debug/index.html
@@ -11,7 +11,7 @@ translation_of: Web/API/Console/debug
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="syntaxbox notranslate">console.debug(<em>obj1</em> [, <em>obj2</em>, ..., <em>objN</em>]);
+<pre class="syntaxbox">console.debug(<em>obj1</em> [, <em>obj2</em>, ..., <em>objN</em>]);
console.debug(<em>msg</em> [, <em>subst1</em>, ..., <em>substN</em>]);
</pre>