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 5facce7 commit 9753822Copy full SHA for 9753822
docs/csharp/quick-starts/branches-and-loops-local.md
@@ -23,7 +23,7 @@ if (a + b > 10)
23
Console.WriteLine("The answer is greater than 10.");
24
```
25
26
-Try this code by typing `dotnet run` in the your console window. You should see the message "The answer is greater than 10." printed to your console.
+Try this code by typing `dotnet run` in your console window. You should see the message "The answer is greater than 10." printed to your console.
27
28
Modify the declaration of `b` so that the sum is less than 10:
29
0 commit comments