Skip to content

Commit 4fe7e0c

Browse files
committed
Remove superfluous xml termination character
1 parent 64b265e commit 4fe7e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Diagnostics/Debugger.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Console.WriteLine("Hello, world.");
226226
<format type="text/markdown"><![CDATA[
227227
228228
## Remarks
229-
This API is designed to be used with <xref:System.Diagnostics.DebuggerDisableUserUnhandledExceptionsAttribute>. If a .NET debugger is attached and the debugger supports breaking on user-unhandled exceptions, this method signals a breakpoint to the debugger with the `exception` parameter. />
229+
This API is designed to be used with <xref:System.Diagnostics.DebuggerDisableUserUnhandledExceptionsAttribute>. If a .NET debugger is attached and the debugger supports breaking on user-unhandled exceptions, this method signals a breakpoint to the debugger with the `exception` parameter.
230230
]]></format>
231231
</remarks>
232232
</Docs>

0 commit comments

Comments
 (0)