Fix comment

This commit is contained in:
Adam Hathcock
2024-05-21 14:21:24 +01:00
parent 7f31f43f97
commit 95b5b15cb5
@@ -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;