Skip to content

Commit 5f99255

Browse files
committed
one more build warning
1 parent e3f62b1 commit 5f99255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/programming-guide/classes-and-structs/snippets/ExtensionMembers/CustomExtensionMethods.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Second is not a passing grade.
224224
// RefIncrement changing the value of x directly
225225
x.RefIncrement();
226226
Console.WriteLine($"x is now {x}"); // x is now 2
227-
// </UseRefExtensions>
227+
// </UseRefExtension>
228228

229229
// <TestUserDefinedRef>
230230
Account account = new()

0 commit comments

Comments
 (0)