diff options
Diffstat (limited to 'files/pt-br/web/api/console/timeend/index.html')
-rw-r--r-- | files/pt-br/web/api/console/timeend/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/api/console/timeend/index.html b/files/pt-br/web/api/console/timeend/index.html index 2758d32e45..2a758b8532 100644 --- a/files/pt-br/web/api/console/timeend/index.html +++ b/files/pt-br/web/api/console/timeend/index.html @@ -18,13 +18,13 @@ translation_of: Web/API/Console/timeEnd <h2 id="Syntax" name="Syntax">Sintaxe</h2> -<pre class="syntaxbox">console.timeEnd(<var>timerName</var>); +<pre class="syntaxbox">console.timeEnd(<var>label</var>); </pre> <h3 id="Parametros">Parametros</h3> <dl> - <dt><code>timerName</code></dt> + <dt><code>label</code></dt> <dd>O nome do temporizador a ser interrompido. Uma vez interrompido, o tempo decorrido é automaticamente apresentado no <a href="/en-US/docs/Tools/Web_Console" title="Web Console">Web Console</a>.</dd> </dl> |