mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331059 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
145e9f1355
commit
0b8f064ead
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db
|
|||
<para>
|
||||
If the constructor should connect before returning. Default is
|
||||
&true;. When set to &false; the driver will
|
||||
<emphasis>automatically</emphasis> connection to the server whenever
|
||||
<emphasis>automatically</emphasis> connect to the server whenever
|
||||
it is necessary to do a query. Alternatively, you can run
|
||||
<function>MongoClient::connect</function> manually.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue