Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardolara committed Dec 20, 2024
1 parent 212f7a5 commit e56cd78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions reference/hrtime/hrtime-stopwatch/getlastelapsedtime.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: be295015d068095fc92880baef4e47038646adbd Maintainer: leonardolara Status: ready --><!-- CREDITS: leonardolara -->

<refentry xml:id="hrtime-stopwatch.getlastelapsedtime" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>HRTime\StopWatch::getLastElapsedTime</refname>
<refpurpose>Get elapsed time for the last interval</refpurpose>
<refpurpose>Obtém o tempo decorrido para o último intervalo</refpurpose>
</refnamediv>

<refsect1 role="description">
Expand All @@ -15,7 +15,7 @@
</methodsynopsis>
<para>

Get elapsed time for the previously closed interval.
Obtém o tempo decorrido para o último intervalo previamente fechado.
</para>

</refsect1>
Expand All @@ -27,8 +27,8 @@ Get elapsed time for the previously closed interval.
<term><parameter>unit</parameter></term>
<listitem>
<para>
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.
</para>
</listitem>
</varlistentry>
Expand All @@ -38,7 +38,7 @@ Get elapsed time for the previously closed interval.
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns &float; indicating elapsed time.
Retorna um &float; indicando o tempo decorrido.
</para>
</refsect1>

Expand Down

0 comments on commit e56cd78

Please sign in to comment.