Skip to content

Commit d17ce8a

Browse files
Fix list-collection.md typo (#47142)
"Press Run to see the results." Now ends with proper period instead of incorrect semicolon.
1 parent 3c24f7d commit d17ce8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/tour-of-csharp/tutorials/list-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ That creates a list of integers, and sets the first two integers to the value 1.
6767

6868
:::code language="csharp" source="./snippets/ListCollection/Program.cs" id="Fibonacci":::
6969

70-
Press **Run** to see the results;
70+
Press **Run** to see the results.
7171

7272
## Challenge
7373

0 commit comments

Comments
 (0)