diff options
Diffstat (limited to 'src/mongo/client/dbclientinterface.h')
-rw-r--r-- | src/mongo/client/dbclientinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/dbclientinterface.h b/src/mongo/client/dbclientinterface.h index efc6590c726..b037556ee58 100644 --- a/src/mongo/client/dbclientinterface.h +++ b/src/mongo/client/dbclientinterface.h @@ -906,7 +906,7 @@ namespace mongo { @param unique if true, indicates that key uniqueness should be enforced for this index @param name if not specified, it will be created from the keys automatically (which is recommended) @param cache if set to false, the index cache for the connection won't remember this call - @param background build index in the background (see mongodb docs/wiki for details) + @param background build index in the background (see mongodb docs for details) @param v index version. leave at default value. (unit tests set this parameter.) @param ttl. The value of how many seconds before data should be removed from a collection. @return whether or not sent message to db. |