Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b364081

Browse filesBrowse files
author
Joe Bennett
committed
#27345 updated option parameter precedence documentation
1 parent 3de20f6 commit b364081
Copy full SHA for b364081

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎components/lock.rst

Copy file name to clipboardExpand all lines: components/lock.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ When the first parameter is a:
320320

321321
`MongoDB Connection String`_:
322322

323-
- ``/path`` is used otherwise ``$options['database']``, at least one is mandatory
324-
- ``?collection=`` is used otherwise ``$options['collection']``, at least one is mandatory
323+
- ``$options['database']`` is used otherwise ``/path``, at least one is mandatory
324+
- ``$options['collection']`` is used otherwise ``?collection=``, at least one is mandatory
325325

326326
.. note::
327327

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.