mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed typo in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322216 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8244b37fb3
commit
68bf8f523f
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@
|
|||
<literal>UPDATE users SET a=a+2 WHERE b='q'</literal>
|
||||
</entry>
|
||||
<entry>
|
||||
<literal>$db->users->update(array("b" => "q"), array('$inc => array("a" => 2)));</literal>
|
||||
<literal>$db->users->update(array("b" => "q"), array('$inc' => array("a" => 2)));</literal>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue