Skip to content

Commit d2c0e3e

Browse files
author
Ed Costello
committed
Merge pull request #551 from epc/DOCS-978-mongodb-232
DOCS-978 typo correction and correction about quoting
2 parents 38da2b1 + 0f2a75d commit d2c0e3e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/release-notes/2.4.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

601601
The default JavaScript engine used throughout MongoDB, for the
602602
:program:`mongo` shell, :dbcommand:`mapReduce`, :operator:`$where`,

0 commit comments

Comments
 (0)