diff --git a/docs/Rules/MA0003.md b/docs/Rules/MA0003.md index c3ee327f9..3a7b2cb88 100644 --- a/docs/Rules/MA0003.md +++ b/docs/Rules/MA0003.md @@ -19,7 +19,7 @@ obj.Test(name: null); ```` [.*cs] -MA0003.minimum_method_arguments = 1 # Only consider methods with 1 or more parameters +MA0003.minimum_method_parameters = 1 # Only consider methods with 1 or more parameters MA0003.expression_kinds = Null, Boolean, Numeric, String # Default: Null | Boolean # '|'-separated values of documentation comments https://github.com/dotnet/csharplang/blob/main/spec/documentation-comments.md#id-string-format