We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4913db4 commit 56ca98bCopy full SHA for 56ca98b
docs/csharp/tour-of-csharp/tutorials/branches-and-loops.yml
@@ -201,7 +201,7 @@ items:
201
`for` loop. Try this code in the interactive window:
202
203
```csharp
204
- for(int counter = 0; counter < 10; counter++)
+ for (int counter = 0; counter < 10; counter++)
205
{
206
Console.WriteLine($"Hello World! The counter is {counter}");
207
}
0 commit comments