Fix tyop.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323585 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sean Coates 2012-02-27 14:21:59 +00:00
parent d142a15908
commit 013194233d

View file

@ -34,7 +34,7 @@
</para>
<warning>
<para>
Please make sure that for all special query operaters (starting with
Please make sure that for all special query operators (starting with
<literal>$</literal>) you use single quotes so that PHP doesn't try to
replace <literal>"$exists"</literal> with the value of the variable
<literal>$exists</literal>.