From 008526b3e33173715d0fdbd374dd66fca53206f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Sat, 20 Apr 2013 20:58:35 -0500 Subject: [PATCH] Minor correction on List indexes tutorial --- source/tutorial/list-indexes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <>`.