We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f62b1 commit 5f99255Copy full SHA for 5f99255
docs/csharp/programming-guide/classes-and-structs/snippets/ExtensionMembers/CustomExtensionMethods.cs
@@ -224,7 +224,7 @@ Second is not a passing grade.
224
// RefIncrement changing the value of x directly
225
x.RefIncrement();
226
Console.WriteLine($"x is now {x}"); // x is now 2
227
- // </UseRefExtensions>
+ // </UseRefExtension>
228
229
// <TestUserDefinedRef>
230
Account account = new()
0 commit comments