From ff15e541c61feb0b8089981ab869e50e1506b918 Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Mon, 6 Sep 2021 07:46:41 -0300 Subject: Fixed parameters of console.time and console.timeEnd (#2273) * Update index.html * Fix param of console.time method * Fix param of console.timeEnd method --- files/pt-br/web/api/console/timeend/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/pt-br/web/api/console/timeend') 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

Sintaxe

-
console.timeEnd(timerName);
+
console.timeEnd(label);
 

Parametros

-
timerName
+
label
O nome do temporizador a ser interrompido. Uma vez interrompido, o tempo decorrido é automaticamente apresentado no Web Console.
-- cgit v1.2.3-54-g00ecf