From c7e417309fa6163d3104d20c9efc8d402e7ee129 Mon Sep 17 00:00:00 2001 From: ralphtandetzky Date: Thu, 12 Dec 2013 12:25:40 +0100 Subject: [PATCH] Update function.dd Fixed typo: "rewrie" -> "rewrite" --- function.dd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function.dd b/function.dd index 7d736beb96..f37436cb28 100644 --- a/function.dd +++ b/function.dd @@ -1871,7 +1871,7 @@ $(H3 $(LNAME2 pseudo-member, Uniform Function Call Syntax (UFCS))) $(P Syntactically parenthesis-less check for $(D @property) functions is done at the same time as UFCS rewrite.) - $(P When UFCS rewrie is necessary, compiler searches the name + $(P When UFCS rewrite is necessary, compiler searches the name on accessible module level scope, in order from the innermost scope.) ---