@@ -316,12 +316,12 @@ cursor.
316316 index. In the :program:`mongo` shell, to specify a phrase to
317317 match, you can either:
318318
319- - enclose the phrase in escaped double quote characters
320- (``\"<phrase>\"``) within the ``search`` string, as in
321- ``"\"coffee table\""``, or
319+ - enclose the phrase in * escaped* double quotes and use double
320+ quotes to specify the ``search`` string, as in ``"\"coffee
321+ table\""``, or
322322
323- - enclose the phrase in single quote characters, as in ``"'coffee
324- table'" ``
323+ - enclose the phrase in double quotes and use *single* quotes to
324+ specify the ``search`` string, as in ``'"coffee table"' ``
325325
326326 :param document filter:
327327
@@ -331,9 +331,9 @@ cursor.
331331 document, except if the index includes an ascending or descending
332332 index field as a prefix.
333333
334- If the index includes an ascending or descending index field, the
335- ``filter`` is required and the ``filter`` query must be an
336- equality match.
334+ If the index includes an ascending or descending index field as a
335+ prefix, the ``filter`` is required and the ``filter`` query must be
336+ an equality match.
337337
338338 :param document projection:
339339
@@ -595,8 +595,8 @@ In the 2.3 series, MongoDB adds the following database commands:
595595.. dbcommand:: saslContinue
596596
597597
598- Default Java Script Engine Switched to v8 from SpiderMonkey
599- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
598+ Default JavaScript Engine Switched to v8 from SpiderMonkey
599+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
600600
601601The default JavaScript engine used throughout MongoDB, for the
602602:program:`mongo` shell, :dbcommand:`mapReduce`, :operator:`$where`,
0 commit comments