mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-08 15:56:47 +02:00
Merge pull request #4665 from thiagola92/csharp-pt
[csharp/pt-br] Update csharp-pt.html.markdown
This commit is contained in:
@@ -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++;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user