Skip to content

Commit 56e08ee

Browse files
committed
Merge branch 'v1.4' into v1.5
2 parents 5ef2240 + cda4d9c commit 56e08ee

3 files changed

+5
-6
lines changed

docs/includes/apiargs-MongoDBCollection-method-mapReduce-option.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name: jsMode
2222
type: boolean
2323
description: |
2424
Specifies whether to convert intermediate data into BSON format between the
25-
execution of the map and reduce functions. The default is ``false``.
25+
execution of the map and reduce functions.
2626
interface: phpmethod
2727
operation: ~
2828
optional: true
@@ -42,7 +42,7 @@ source:
4242
---
4343
arg_name: option
4444
name: query
45-
type: document
45+
type: array|object
4646
description: |
4747
Specifies the selection criteria using query operators for determining the
4848
documents input to the map function.
@@ -62,7 +62,7 @@ post: |
6262
---
6363
arg_name: option
6464
name: scope
65-
type: document
65+
type: array|object
6666
description: |
6767
Specifies global variables that are accessible in the map, reduce, and finalize
6868
functions.
@@ -89,7 +89,6 @@ name: verbose
8989
type: boolean
9090
description: |
9191
Specifies whether to include the timing information in the result information.
92-
The default is ``true``.
9392
interface: phpmethod
9493
operation: ~
9594
optional: true

docs/includes/apiargs-MongoDBCollection-method-mapReduce-param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ optional: false
2020
---
2121
arg_name: param
2222
name: $out
23-
type: string|document
23+
type: string|array|object
2424
description: |
2525
Specifies where to output the result of the map-reduce operation. You can
2626
either output to a collection or return the result inline. On a primary member

docs/reference/method/MongoDBDatabase-listCollections.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The output would then resemble::
114114
See Also
115115
--------
116116

117-
- :manual:`listCollections </reference/command/listCollections` command
117+
- :manual:`listCollections </reference/command/listCollections>` command
118118
reference in the MongoDB manual
119119
- `Enumerating Collections
120120
<https://github.com/mongodb/specifications/blob/master/source/enumerate-collections.rst>`_

0 commit comments

Comments
 (0)