Skip to content

Commit b364081

Browse files
author
Joe Bennett
committed
#27345 updated option parameter precedence documentation
1 parent 3de20f6 commit b364081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/lock.rst

Lines 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)