提交 bc131705 编写于 作者: C CyrusNajmabadi

Fixup comments.

上级 1ebdd1cb
......@@ -89,8 +89,8 @@ private static Type[] GetNeutralAndCSharpAndVisualBasicTypes()
}
/// <summary>
/// Create fresh ExportProvider that doesnt share anything with others.
/// test can use this export provider to create all new MEF components not shared with others.
/// Create fresh ExportProvider that doesn't share anything with others. Tests can use this
/// export provider to create all new MEF components not shared with others.
/// </summary>
public static ExportProvider CreateExportProviderWithCSharpAndVisualBasic()
{
......@@ -98,8 +98,9 @@ public static ExportProvider CreateExportProviderWithCSharpAndVisualBasic()
}
/// <summary>
/// Create fresh ComposableCatalog that doesnt share anything with others.
/// everything under this catalog should have been created from scratch that doesnt share anything with others.
/// Create fresh ComposableCatalog that doest share anything with others. Everything under
/// this catalog should have been created from scratch that doesn't share anything with
/// others.
/// </summary>
public static ComposableCatalog CreateAssemblyCatalogWithCSharpAndVisualBasic()
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册