Skip to content

Commit d9fff58

Browse files
nschonniRon Petrusha
authored andcommitted
typo: Colletion -> Colletion (#2183)
1 parent e7f5fa5 commit d9fff58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

xml/System.Collections.Generic/Dictionary`2+KeyCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ lock (ic.SyncRoot) {
746746
```
747747
748748
```vb
749-
Dim ic As IColletion = ...
749+
Dim ic As ICollection = ...
750750
SyncLock ic.SyncRoot
751751
' Access the collection.
752752
End SyncLock

xml/System.Collections.Generic/Dictionary`2+ValueCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ lock (ic.SyncRoot) {
751751
```
752752
753753
```vb
754-
Dim ic As IColletion = ...
754+
Dim ic As ICollection = ...
755755
SyncLock ic.SyncRoot
756756
' Access the collection.
757757
End SyncLock

xml/System.Collections.Generic/Queue`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ lock (ic.SyncRoot) {
10361036
```
10371037
10381038
```vb
1039-
Dim ic As IColletion = ...
1039+
Dim ic As ICollection = ...
10401040
SyncLock ic.SyncRoot
10411041
' Access the collection.
10421042
End SyncLock

0 commit comments

Comments
 (0)