Skip to content

Commit dad7e87

Browse files
devkevkay-kim
authored andcommitted
Minor fix
Signed-off-by: kay <kay.kim@10gen.com>
1 parent 54cd849 commit dad7e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/core/multikey-index-bounds.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Create a :ref:`compound index <index-type-compound>` on the
324324

325325
db.survey3.ensureIndex( { "ratings.score.q1": 1, "ratings.score.q2": 1 } )
326326

327-
The fields ``"ratings.score.q1"`` and ``"ratings.by.q2"`` share the
327+
The fields ``"ratings.score.q1"`` and ``"ratings.score.q2"`` share the
328328
field path ``"ratings.score"`` and the :query:`$elemMatch` must be on
329329
that path.
330330

0 commit comments

Comments
 (0)