Made macro doc clearer
authorJez Halford <jezhalford@gmail.com>
Wed, 24 Apr 2013 14:03:23 +0000 (16:03 +0200)
committerJez Halford <jezhalford@gmail.com>
Wed, 24 Apr 2013 14:03:23 +0000 (16:03 +0200)
Previous wording implied (to me at least) that macros *are* PHP functions.

doc/tags/macro.rst

index 155f7fe..11c115a 100644 (file)
@@ -20,7 +20,7 @@ Macros differs from native PHP functions in a few ways:
 
 * Arguments of a macro are always optional.
 
-But as PHP functions, macros don't have access to the current template
+But as with PHP functions, macros don't have access to the current template
 variables.
 
 .. tip::