diff --git a/source/applications/map-reduce.txt b/source/applications/map-reduce.txt index b1aa7b37617..2911425fff2 100644 --- a/source/applications/map-reduce.txt +++ b/source/applications/map-reduce.txt @@ -23,17 +23,17 @@ shell using the :method:`db.collection.mapReduce()` method: .. code-block:: javascript db.collection.mapReduce( - , - , + , + , { - , - , - , - , - , - , - , - + out: , + query: , + sort: , + limit: , + finalize: , + scope: , + jsMode: , + verbose: } ) diff --git a/source/reference/command/mapReduce.txt b/source/reference/command/mapReduce.txt index d236defb0ef..ecdd33a3c17 100644 --- a/source/reference/command/mapReduce.txt +++ b/source/reference/command/mapReduce.txt @@ -15,17 +15,17 @@ mapReduce db.runCommand( { - mapReduce: '', - map: , - reduce: , - out: , - query: , - sort: , - limit: , - finalize: , - scope: , - jsMode: , - verbose: + mapReduce: , + map: , + reduce: , + out: , + query: , + sort: , + limit: , + finalize: , + scope: , + jsMode: , + verbose: } ) diff --git a/source/reference/method/db.collection.mapReduce.txt b/source/reference/method/db.collection.mapReduce.txt index d648a739f4d..b7f4918530a 100644 --- a/source/reference/method/db.collection.mapReduce.txt +++ b/source/reference/method/db.collection.mapReduce.txt @@ -12,17 +12,17 @@ db.collection.mapReduce() .. code-block:: javascript db.collection.mapReduce( - , - , + mapfunction, + reducefunction, { - , - , - , - , - , - , - , - + out: , + query: , + sort: , + limit: , + finalize: , + scope: , + jsMode: , + verbose: } )