diff options
Diffstat (limited to 'files/pt-br/web/api/console/time/index.html')
-rw-r--r-- | files/pt-br/web/api/console/time/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/api/console/time/index.html b/files/pt-br/web/api/console/time/index.html index a246f83984..a63c85d0b7 100644 --- a/files/pt-br/web/api/console/time/index.html +++ b/files/pt-br/web/api/console/time/index.html @@ -15,13 +15,13 @@ translation_of: Web/API/Console/time <h2 id="Syntax" name="Syntax">Sintaxe</h2> -<pre class="syntaxbox">console.time(<em>cronometroNome</em>); +<pre class="syntaxbox">console.time(<em>label</em>); </pre> <h2 id="Parâmetros">Parâmetros</h2> <dl> - <dt><code>cronometroNome</code></dt> + <dt><code>label</code></dt> <dd>O nome para dar ao novo cronômetro. Ele identificará o cronômetro; use o mesmo quando chamar {{ domxref("console.timeEnd()") }} para parar o cronômetro e obter o tempo na saída do console.</dd> </dl> |