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
Prev Previous commit
Next Next commit
Addressed feedback
  • Loading branch information
pkulikov committed Feb 5, 2019
commit 425e85a4347182bb8ee2c0d1f15c10496b4c1aba
2 changes: 1 addition & 1 deletion xml/System.Threading/ManualResetEventSlim.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</Attribute>
</Attributes>
<Docs>
<summary>Provides a slimmed down version of <see cref="T:System.Threading.ManualResetEvent" />.</summary>
<summary>Represents a thread synchronization event that, when signaled, must be reset manually. This class is a lightweight alternative to <see cref="T:System.Threading.ManualResetEvent" />.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down