From 013194233d91596282cfa2428a2c1967e57dcb23 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Mon, 27 Feb 2012 14:21:59 +0000 Subject: [PATCH] Fix tyop. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323585 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocollection/find.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mongo/mongocollection/find.xml b/reference/mongo/mongocollection/find.xml index 13fa376503..5f8aff2cfd 100644 --- a/reference/mongo/mongocollection/find.xml +++ b/reference/mongo/mongocollection/find.xml @@ -34,7 +34,7 @@ - Please make sure that for all special query operaters (starting with + Please make sure that for all special query operators (starting with $) you use single quotes so that PHP doesn't try to replace "$exists" with the value of the variable $exists.