Skip to content

Commit de4b56e

Browse files
askmrsinhjdestefano-mongo
authored andcommitted
Update manage-indexes.txt
Removed unneeded 'm' character.
1 parent 5e35b5a commit de4b56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/manage-indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Modify an Index
106106
---------------
107107

108108
To modify an existing index, you need to drop and recreate the index
109-
with the exception of m TTL indexes.
109+
with the exception of TTL indexes.
110110

111111
If you need to rebuild indexes for a collection you can use the
112112
:method:`db.collection.reIndex()` method to rebuild all indexes on a

0 commit comments

Comments
 (0)