Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Threading/WaitHandle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,7 @@ Calling `Dispose` allows the resources used by the <xref:System.Threading.WaitHa
<Docs>
<summary>Blocks the current thread until the current <see cref="T:System.Threading.WaitHandle" /> receives a signal.</summary>
<returns>
<see langword="true" /> if the current instance receives a signal. If the current instance is never signaled, <see cref="M:System.Threading.WaitHandle.WaitOne(System.Int32,System.Boolean)" /> never returns.</returns>
<see langword="true" /> if the current instance receives a signal. If the current instance is never signaled, <see cref="M:System.Threading.WaitHandle.WaitOne()" /> never returns.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down