Skip to content

Commit 9b6d938

Browse files
author
Chris Cho
committed
rst fixes
1 parent 70a922c commit 9b6d938

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/fundamentals/collations.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The following queries **do not** use the index that we created. The first
158158
query does not include a collation and the second contains a different
159159
strength value than the collation on the index.
160160

161-
.. literalinclude:: /code-snippets/collation/query-index-not-indexed-collation.js
161+
.. literalinclude:: /code-snippets/collation/query-not-indexed-collation.js
162162
:language: javascript
163163
:lineno-start: 6
164164

@@ -252,9 +252,6 @@ lexical order.
252252
:language: javascript
253253
:lineno-start: 6
254254

255-
:start-after: start findOneAndDelete example with collation
256-
:end-before: end findOneAndDelete example with collation
257-
258255
After you run the operation above, the collection contains the following
259256
documents:
260257

0 commit comments

Comments
 (0)