Skip to content

Commit 62135fe

Browse files
nschonniRon Petrusha
authored andcommitted
typo: accessd -> accessed (#2189)
* typo: Ccollection -> Collection * typo: accessd -> accessed
1 parent c9d01d6 commit 62135fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="index" /> argument is less than zero.</exception>
628628
<exception cref="T:System.ArgumentException">The <paramref name="index" /> argument is equal to or greater than the length of the <paramref name="array" />.
629629

630-
The destination array is too small to hold all of the BlockingCcollection elements.
630+
The destination array is too small to hold all of the BlockingCollection elements.
631631

632632
The array rank doesn't match.
633633

@@ -673,7 +673,7 @@
673673
<format type="text/markdown"><![CDATA[
674674
675675
## Remarks
676-
If any method in BlockingCollection is executing while the Count property is being accessd, the return value is approximate. Count may reflect a number that is either greater than or less than the actual number of items in the BlockingCollection.
676+
If any method in BlockingCollection is executing while the Count property is being accessed, the return value is approximate. Count may reflect a number that is either greater than or less than the actual number of items in the BlockingCollection.
677677
678678
]]></format>
679679
</remarks>

0 commit comments

Comments
 (0)