Skip to content

Commit 5121851

Browse files
authored
Fix closing xml for sample node (#836)
Fixes dotnet/docs#11967
1 parent fcb4954 commit 5121851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/csharp/new-in-7/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ static void Main(string[] args)
5454
Console.WriteLine(item);
5555
item = 24;
5656
Console.WriteLine(matrix[4, 2]);
57-
// <SnippetAssignRefReturn>
57+
// </SnippetAssignRefReturn>
5858

5959
Iterator.IteratorTest();
6060
Iterator.IteratorTestLocal();

0 commit comments

Comments
 (0)