Skip to content

Commit f252ae7

Browse files
authored
Update README.md
1 parent 96ffc9f commit f252ae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Classes de Ajuda/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ JSONObject j = g.get();
2626
// Retorna o tempo formatado em String
2727
public String getTimeFormatted();
2828

29-
// Retorna o tempo em segundos
29+
// Retorna o tempo (segundos) em int
3030
public int getTime();
3131
```
3232

@@ -54,4 +54,4 @@ String tempoGasto = String.format("Tempo gasto: %s (%d segundos)!",
5454
System.out.println(tempoGasto); // Tempo gasto: 00:00:32 (32 segundos)!
5555

5656
d.stopCounter();
57-
```
57+
```

0 commit comments

Comments
 (0)