Skip to content

Commit 7541730

Browse files
DOCSP-16534 fixed backticks (#107)
* fixed backticks
1 parent ed7c887 commit 7541730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/indexes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Multikey Indexes (Indexes on Array Fields)
204204
**Multikey indexes** are indexes that improve performance for queries that specify a field with an index that contains
205205
an array value. You can define a multikey index using the same syntax as a single field or compound index.
206206

207-
The following example creates a compound, multikey index on the ``rated`, ``genres`` (an array of
207+
The following example creates a compound, multikey index on the ``rated``, ``genres`` (an array of
208208
Strings), and ``title`` fields:
209209

210210
.. common-content-end
@@ -303,7 +303,7 @@ the geospatial data for inclusion, intersection, and proximity. For more informa
303303
To create a 2dsphere index, you must specify a field that contains only **GeoJSON objects**. For more details on this
304304
type, see the MongoDB server manual page on :manual:`GeoJSON objects </reference/geojson>`.
305305

306-
The ``location.geo` field in following sample document from the ``theaters`` collection in the ``sample_mflix```
306+
The ``location.geo`` field in following sample document from the ``theaters`` collection in the ``sample_mflix``
307307
database is a GeoJSON Point object that describes the coordinates of the theater:
308308

309309
.. code-block:: javascript

0 commit comments

Comments
 (0)