cvs: smarty /docs/en language-snippets.ent
[email protected] ("George Miroshnikov") Mon, 16 Oct 2006 16:13:53 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsfreespace1161015233@cvsserver> |
freespace Mon Oct 16 16:13:53 2006 UTC
Modified files:
/smarty/docs/en language-snippets.ent
Log:
minor typo fix - &$class doesn't make sense.
http://cvs.php.net/viewvc.cgi/smarty/docs/en/language-snippets.ent?r1=1.6&r2=1.7&diff_format=u
Index: smarty/docs/en/language-snippets.ent
diff -u smarty/docs/en/language-snippets.ent:1.6 smarty/docs/en/language-snippets.ent:1.7
--- smarty/docs/en/language-snippets.ent:1.6 Tue Sep 26 22:41:21 2006
+++ smarty/docs/en/language-snippets.ent Mon Oct 16 16:13:53 2006
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!ENTITY note.parameter.merge '<note>
<title>Technical Note</title>
@@ -46,7 +46,7 @@
<listitem><para>
An array of the form
- <literal>array(&$class, $method)</literal> with
+ <literal>array($class, $method)</literal> with
<literal>$class</literal> being the class name and
<literal>$method</literal> being a method of the class.
</para></listitem>