1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-22 22:33:29 +02:00

Update csharp-pt.html.markdown

This commit is contained in:
Thiago Lages de Alencar
2023-05-09 13:55:29 -03:00
committed by GitHub
parent 3cf1ec6142
commit 26db60dad1

View File

@@ -252,7 +252,7 @@ on a new line! ""Wow!"", the masses cried";
{ {
// Inicia a interação 100 vezes, fooDoWhile 0->99 // Inicia a interação 100 vezes, fooDoWhile 0->99
if (false) if (false)
continue; // pule a intereção atual para apróxima continue; // pule a intereção atual para a próxima
fooDoWhile++; fooDoWhile++;