diff --git a/src/ProxyInterfaceSourceGenerator/SyntaxReceiver/AttributeArgumentListParser.cs b/src/ProxyInterfaceSourceGenerator/SyntaxReceiver/AttributeArgumentListParser.cs index 7b7f028..52b5eae 100644 --- a/src/ProxyInterfaceSourceGenerator/SyntaxReceiver/AttributeArgumentListParser.cs +++ b/src/ProxyInterfaceSourceGenerator/SyntaxReceiver/AttributeArgumentListParser.cs @@ -14,7 +14,7 @@ internal static class AttributeArgumentListParser { if (argumentList is null || argumentList.Arguments.Count is < 1 or > 4) { - throw new ArgumentException("The ProxyAttribute requires 1, 2 or 3 arguments."); + throw new ArgumentException("The ProxyAttribute requires 1, 2, 3 or 4 arguments."); } ProxyInterfaceGeneratorAttributeArguments result;