diff --git a/docs/en/reference/annotations-reference.rst b/docs/en/reference/annotations-reference.rst index bad58c731..edccb26c1 100644 --- a/docs/en/reference/annotations-reference.rst +++ b/docs/en/reference/annotations-reference.rst @@ -541,7 +541,7 @@ Optional attributes: strings. This is required when `@Index`_ is used at the class level. - ``options`` - Options for creating the index. Options are documented in the - :ref:`indexes chapter `. + :ref:`indexes chapter `. The ``keys`` and ``options`` attributes correspond to the arguments for `MongoDB\Collection::createIndex() `_.