From 4b840a7048b58357d002199d9f67818ad25498a1 Mon Sep 17 00:00:00 2001 From: Micke Date: Wed, 26 Jun 2024 15:18:42 +0200 Subject: [PATCH] Update MA0016.md (#736) --- docs/Rules/MA0016.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.