Skip to content

Commit 9753822

Browse files
kencenerellimairaw
authored andcommitted
Update branches-and-loops-local.md (#5625)
Removed excess word
1 parent 5facce7 commit 9753822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/quick-starts/branches-and-loops-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (a + b > 10)
2323
Console.WriteLine("The answer is greater than 10.");
2424
```
2525

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.
26+
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.
2727

2828
Modify the declaration of `b` so that the sum is less than 10:
2929

0 commit comments

Comments
 (0)