Skip to content

Commit cbf7eba

Browse files
nschonnimairaw
authored andcommitted
typo: caes -> cases (#2176)
1 parent 7e9bd49 commit cbf7eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Composition/ExportAttribute.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class MyImporter2
7676
}
7777
7878
//Specifying a contract name should only be
79-
//needed in rare caes. Usually, using metadata
79+
//needed in rare cases. Usually, using metadata
8080
//is a better approach.
8181
[Export("MyContractName", typeof(MyInterface))]
8282
public class MyExport3 : MyInterface
@@ -157,7 +157,7 @@ Public Class MyImporter2
157157
End Class
158158
159159
'Specifying a contract name should only be
160-
'needed in rare caes. Usually, using metadata
160+
'needed in rare cases. Usually, using metadata
161161
'is a better approach.
162162
<Export("MyContractName", GetType(MyInterface))>
163163
Public Class MyExport3

0 commit comments

Comments
 (0)