minor typo fix - &$class doesn't make sense.

This commit is contained in:
freespace
2006-10-16 16:13:53 +00:00
parent 05056e5c8c
commit 6f715dd43c

View File

@@ -46,7 +46,7 @@
<listitem><para>
An array of the form
<literal>array(&amp;$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>