diff --git a/source/tutorial/list-indexes.txt b/source/tutorial/list-indexes.txt index f480f5ab6fd..006933b1d55 100644 --- a/source/tutorial/list-indexes.txt +++ b/source/tutorial/list-indexes.txt @@ -23,7 +23,7 @@ indexes on a collection, as in the following examples. List all Indexes on a Collection -------------------------------- -To return a list of all indexes on a collection, use the, use the +To return a list of all indexes on a collection, use the :method:`db.collection.getIndexes()` method or a similar :api:`method for your driver <>`.