From e56cd78f2780dc32a70822d7f25fbdcbfd003ead Mon Sep 17 00:00:00 2001 From: leonardolara Date: Fri, 20 Dec 2024 08:05:36 -0300 Subject: [PATCH] fix typo --- .../hrtime/hrtime-stopwatch/getlastelapsedtime.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/hrtime/hrtime-stopwatch/getlastelapsedtime.xml b/reference/hrtime/hrtime-stopwatch/getlastelapsedtime.xml index 727a8ce41..17d4afd32 100644 --- a/reference/hrtime/hrtime-stopwatch/getlastelapsedtime.xml +++ b/reference/hrtime/hrtime-stopwatch/getlastelapsedtime.xml @@ -1,10 +1,10 @@ - + HRTime\StopWatch::getLastElapsedTime - Get elapsed time for the last interval + Obtém o tempo decorrido para o último intervalo @@ -15,7 +15,7 @@ -Get elapsed time for the previously closed interval. + Obtém o tempo decorrido para o último intervalo previamente fechado. @@ -27,8 +27,8 @@ Get elapsed time for the previously closed interval. unit - Time unit represented by a HRTime\Unit constant. Default is - HRTime\Unit::SECOND. + Unidade de tempo representada por uma constante HRTime\Unit. O padrão é + HRTime\Unit::SECOND. @@ -38,7 +38,7 @@ Get elapsed time for the previously closed interval. &reftitle.returnvalues; - Returns &float; indicating elapsed time. + Retorna um &float; indicando o tempo decorrido.