diff --git a/docs/Rules/MA0016.md b/docs/Rules/MA0016.md index 06750434a..01b240aba 100644 --- a/docs/Rules/MA0016.md +++ b/docs/Rules/MA0016.md @@ -9,4 +9,4 @@ public IList Prop { get; set; } // ok public void Method(Dictionary arg) {} // non-compliant ```` -The analyzer detects `List`, `HashSet`, `Dictionary`, and `System.Collections.ObjectModel.Collection`. The rules is disabled if the property is decorated with an XML serialization attribute. +The analyzer detects `List`, `HashSet`, `Dictionary`, and `System.Collections.ObjectModel.Collection`. The rule is disabled if the property is decorated with an XML serialization attribute.