We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9bd49 commit cbf7ebaCopy full SHA for cbf7eba
xml/System.Composition/ExportAttribute.xml
@@ -76,7 +76,7 @@ public class MyImporter2
76
}
77
78
//Specifying a contract name should only be
79
-//needed in rare caes. Usually, using metadata
+//needed in rare cases. Usually, using metadata
80
//is a better approach.
81
[Export("MyContractName", typeof(MyInterface))]
82
public class MyExport3 : MyInterface
@@ -157,7 +157,7 @@ Public Class MyImporter2
157
End Class
158
159
'Specifying a contract name should only be
160
-'needed in rare caes. Usually, using metadata
+'needed in rare cases. Usually, using metadata
161
'is a better approach.
162
<Export("MyContractName", GetType(MyInterface))>
163
Public Class MyExport3
0 commit comments