Skip to content

Commit e7f5fa5

Browse files
nschonniRon Petrusha
authored andcommitted
typo: succesfully -> successfully (#2181)
1 parent ecae9ab commit e7f5fa5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

xml/System.Collections.Concurrent/ConcurrentQueue`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
<Docs>
477477
<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>
478478
<summary>Attempts to remove and return an object from the <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />.</summary>
479-
<returns>true if an element was removed and returned succesfully; otherwise, false.</returns>
479+
<returns>true if an element was removed and returned successfully; otherwise, false.</returns>
480480
<remarks>
481481
<format type="text/markdown"><![CDATA[
482482

xml/System.Collections.Concurrent/ConcurrentStack`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596
<Docs>
597597
<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>
598598
<summary>Attempts to remove and return an object from the <see cref="T:System.Collections.Concurrent.IProducerConsumerCollection`1" />.</summary>
599-
<returns>true if an element was removed and returned succesfully; otherwise, false.</returns>
599+
<returns>true if an element was removed and returned successfully; otherwise, false.</returns>
600600
<remarks>
601601
<format type="text/markdown"><![CDATA[
602602

xml/System.Messaging/MessageEnumerator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ For more information, see [Finalize Methods and Destructors](https://docs.micros
312312
<Docs>
313313
<summary>Advances the enumerator to the next message in the queue, if one is currently available.</summary>
314314
<returns>
315-
<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>
315+
<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>
316316
<remarks>
317317
<format type="text/markdown"><![CDATA[
318318

0 commit comments

Comments
 (0)