File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ which **does not** specify a collation:
212
212
213
213
.. literalinclude:: /code-snippets/collation/findOneAndUpdate-default-order-collation.js
214
214
: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
217
217
218
218
Since "Gunter" is the first sorted result when using a binary collation, none
219
219
of the documents come lexically before and match the ``$lt`` comparison
@@ -229,8 +229,8 @@ umlauts.
229
229
230
230
.. literalinclude:: /code-snippets/collation/findOneAndUpdate-collation.js
231
231
: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
234
234
235
235
Since "Günter" lexically comes before "Gunter" using the
236
236
``de@collation=phonebook`` collation specified in ``findOneAndUpdate()``,
You can’t perform that action at this time.
0 commit comments