diff --git a/docs/core/testing/mstest-analyzers/mstest0018.md b/docs/core/testing/mstest-analyzers/mstest0018.md index 76be59f7b2f83..b4821c74dcc61 100644 --- a/docs/core/testing/mstest-analyzers/mstest0018.md +++ b/docs/core/testing/mstest-analyzers/mstest0018.md @@ -36,18 +36,16 @@ The "data source" member referenced: - should exist on the specified type (current class if no type is specified) - should not have overloads - should be of the same kind (method or property) as the `DataSourceType` property -- should be `public` - should be `static` - should not be generic - should be parameterless -- should return `IEnumerable`, `IEnumerable>` or `IEnumerable>` +- should return `IEnumerable`, `IEnumerable>`, or `IEnumerable>` The "display name" member referenced: - should exist on the specified type (current class if no type is specified) - should not have overloads - should be a method -- should be `public` - should be `static` - should not be generic - should return `string`