Skip to content

Commit aa923ff

Browse files
author
Chris Cho
committed
fix
1 parent e4a6fc3 commit aa923ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/fundamentals/collations.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ which **does not** specify a collation:
212212

213213
.. literalinclude:: /code-snippets/collation/findOneAndUpdate-default-order-collation.js
214214
:language: javascript
215-
:start-after: start findOneAndUpdate collation
216-
:end-before: end findOneAndUpdate collation
215+
:start-after: start findOneAndUpdate default order collation
216+
:end-before: end findOneAndUpdate default order collation
217217

218218
Since "Gunter" is the first sorted result when using a binary collation, none
219219
of the documents come lexically before and match the ``$lt`` comparison
@@ -229,8 +229,8 @@ umlauts.
229229

230230
.. literalinclude:: /code-snippets/collation/findOneAndUpdate-collation.js
231231
:language: javascript
232-
:start-after: start findOneAndUpdate default order collation
233-
:end-before: end findOneAndUpdate default order collation
232+
:start-after: start findOneAndUpdate collation
233+
:end-before: end findOneAndUpdate collation
234234

235235
Since "Günter" lexically comes before "Gunter" using the
236236
``de@collation=phonebook`` collation specified in ``findOneAndUpdate()``,

0 commit comments

Comments
 (0)