Skip to content

Commit caab35c

Browse files
author
Joe Bennett
committed
#27345 updated option parameter precedence documentation
1 parent 5986fa9 commit caab35c

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
@@ -331,8 +331,8 @@ When the first parameter is a:
331331

332332
`MongoDB Connection String`_:
333333

334-
- ``/path`` is used otherwise ``$options['database']``, at least one is mandatory
335-
- ``?collection=`` is used otherwise ``$options['collection']``, at least one is mandatory
334+
- ``$options['database']`` is used otherwise ``/path``, at least one is mandatory
335+
- ``$options['collection']`` is used otherwise ``?collection=``, at least one is mandatory
336336

337337
.. note::
338338

0 commit comments

Comments
 (0)