Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
typo: succesfully -> successfully
  • Loading branch information
nschonni committed Mar 26, 2019
commit 87f3d62e170f3f80c6afa1719b1bda189c544c51
2 changes: 1 addition & 1 deletion xml/System.Collections.Concurrent/ConcurrentQueue`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
<Docs>
<param name="item">When this method returns, if the operation was successful, <paramref name="item" /> contains the object removed. If no object was available to be removed, the value is unspecified.</param>
<summary>Attempts to remove and return an object from the <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />.</summary>
<returns>true if an element was removed and returned succesfully; otherwise, false.</returns>
<returns>true if an element was removed and returned successfully; otherwise, false.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
2 changes: 1 addition & 1 deletion xml/System.Collections.Concurrent/ConcurrentStack`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
<Docs>
<param name="item">When this method returns, if the operation was successful, <paramref name="item" /> contains the object removed. If no object was available to be removed, the value is unspecified.</param>
<summary>Attempts to remove and return an object from the <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />.</summary>
<returns>true if an element was removed and returned succesfully; otherwise, false.</returns>
<returns>true if an element was removed and returned successfully; otherwise, false.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down
2 changes: 1 addition & 1 deletion xml/System.Messaging/MessageEnumerator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ For more information, see [Finalize Methods and Destructors](https://docs.micros
<Docs>
<summary>Advances the enumerator to the next message in the queue, if one is currently available.</summary>
<returns>
<see langword="true" /> if the enumerator was succesfully advanced to the next message; <see langword="false" /> if the enumerator has reached the end of the queue.</returns>
<see langword="true" /> if the enumerator was successfully advanced to the next message; <see langword="false" /> if the enumerator has reached the end of the queue.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down