From dda8a0290261e517e99426c1cbe42259bf171e4b Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Tue, 10 Dec 2013 11:38:03 +0000 Subject: [PATCH] Normalize quote type usage --- Provided by anonymous 36401 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332338 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/writes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mongo/writes.xml b/reference/mongo/writes.xml index 9c93207ede..bf70c297de 100644 --- a/reference/mongo/writes.xml +++ b/reference/mongo/writes.xml @@ -57,8 +57,8 @@ $blog->update($criteria, array('$set' => array("comments.1" => array("author" => update( - array("comments.author" => "John"), - array('$set' => array('comments.$.author' => "Jim"))); + array('comments.author' => 'John'), + array('$set' => array('comments.$.author' => 'Jim'))); ?> ]]>