Skip to content

Commit b884778

Browse files
authored
Make output match code (#47618)
Fix a small typo reported via UUF
1 parent d3c8b2a commit b884778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/operators/snippets/shared/AssignmentOperator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public static void Examples()
99
// <Usage>
1010
string msg = "Hi";
1111
RefReassignAndModify(ref msg);
12-
Console.WriteLine(msg); // Output: Hi!
12+
Console.WriteLine(msg); // Output: Hi
1313
// </Usage>
1414
}
1515

0 commit comments

Comments
 (0)