diff --git a/spec/function.dd b/spec/function.dd index 9be250a487..6b3b0bf16f 100644 --- a/spec/function.dd +++ b/spec/function.dd @@ -559,7 +559,8 @@ $(H2 $(LNAME2 property-functions, Property Functions)) $(UL $(LI $(D @property) functions cannot be overloaded with non-$(D @property) functions with the same name.) - $(LI $(D @property) functions can only have zero, one or two parameters.) + $(LI $(D @property) functions can only have zero or one parameter if they are non-static members.) + $(LI $(D @property) functions can only have one or two parameters if they are non-members.) $(LI $(D @property) functions cannot have variadic parameters.) $(LI For the expression $(D typeof(exp)) where $(D exp) is an $(D @property) function, the type is the return type of the function, rather than the type of the function.)