Skip to content

Commit 97436ed

Browse files
tommcdongewarren
andauthored
Update xml/System.Diagnostics/Debugger.xml
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 4fe7e0c commit 97436ed

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
@@ -220,7 +220,7 @@ Console.WriteLine("Hello, world.");
220220
<Docs>
221221
<param name="exception">The user-unhandled exception.</param>
222222
<summary>
223-
<para>Signals a breakpoint to an attached debugger with the <paramref name="exception" /> details if a .NET debugger is attached with break on user-unhandled exception enabled and a method attributed with DebuggerDisableUserUnhandledExceptionsAttribute calls this method.</para>
223+
Signals a breakpoint to an attached debugger with the <paramref name="exception" /> details if a .NET debugger is attached with break on user-unhandled exception enabled and a method attributed with DebuggerDisableUserUnhandledExceptionsAttribute calls this method.
224224
</summary>
225225
<remarks>
226226
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)