Skip to content

Commit caf5eaa

Browse files
kvu787mairaw
andcommitted
Fix documentation (#3755)
* Fix typo * Update xml/System.Threading/WaitHandle.xml Co-Authored-By: Maira Wenzel <[email protected]> Co-authored-by: Maira Wenzel <[email protected]>
1 parent 6899a49 commit caf5eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Threading/WaitHandle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ Calling `Dispose` allows the resources used by the <xref:System.Threading.WaitHa
17961796
<Docs>
17971797
<summary>Blocks the current thread until the current <see cref="T:System.Threading.WaitHandle" /> receives a signal.</summary>
17981798
<returns>
1799-
<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>
1799+
<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>
18001800
<remarks>
18011801
<format type="text/markdown"><![CDATA[
18021802

0 commit comments

Comments
 (0)