Skip to content

Commit 43cde98

Browse files
mavasaniMikejo5000
andauthored
Update docs/code-quality/ca2009.md
Co-Authored-By: Mike Jones <[email protected]>
1 parent 9c2b418 commit 43cde98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/ca2009.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ These extension methods are designed to convert a mutable collection to an immut
5454
5555
## How to fix violations
5656

57-
To fix violations, remove the redundant `ToImmutable` call on an immutable collection. For example, the following two code snippets show a violation of the rule and how to fix it:
57+
To fix violations, remove the redundant `ToImmutable` call on an immutable collection. For example, the following two code snippets show a violation of the rule and how to fix them:
5858

5959
```csharp
6060
using System;

0 commit comments

Comments
 (0)