Skip to content

Commit

Permalink
English compliance (#2895)
Browse files Browse the repository at this point in the history
Updated some text as per policy.
  • Loading branch information
Haplois committed May 11, 2021
1 parent e6db6fd commit 6b70a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.TestPlatform.CrossPlatEngine/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.VisualStudio.TestPlatform.CrossPlatEngine
/// </summary>
public class Constants
{
// Replace this collection with list of adapters we want to white list from "Extensions" folder in Next Major VS Release
// Replace this collection with a list of adapters we want to allow from the "Extensions" folder in Next Major VS Release.
internal static readonly IList<string> DefaultAdapters = new ReadOnlyCollection<string>(new List<string>
{
"executor://CodedWebTestAdapter/v1",
Expand All @@ -26,4 +26,4 @@ public class Constants

internal static string DefaultAdapterLocation = Path.Combine(new ProcessHelper().GetCurrentProcessLocation(), "Extensions");
}
}
}

0 comments on commit 6b70a7c

Please sign in to comment.