Skip to content

Commit a497539

Browse files
committed
small fix
1 parent d762275 commit a497539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/indexes/compound-index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Overview
2222

2323
**Compound indexes** hold references to multiple
2424
fields within a collection's documents, improving query and sort
25-
performance. You can create a multikey index on a collection
25+
performance. You can create a compound index on a collection
2626
by using the ``MongoDB\Collection::createIndex()`` method and the same
2727
syntax that you use to create :ref:`single field indexes
2828
<php-single-field-index>`.

0 commit comments

Comments
 (0)