diff --git a/source/includes/warning-copyto-loss-of-type-fidelity.rst b/source/includes/warning-copyto-loss-of-type-fidelity.rst index b3754e2f947..c93782d0f22 100644 --- a/source/includes/warning-copyto-loss-of-type-fidelity.rst +++ b/source/includes/warning-copyto-loss-of-type-fidelity.rst @@ -3,8 +3,7 @@ When using :method:`db.collection.copyTo()` check field types to ensure that the operation does not remove type information from documents during the translation from :term:`BSON` to - :term:`JSON`. Consider using :method:`~db.cloneCollection()` - to maintain type fidelity. + :term:`JSON`. The :method:`db.collection.copyTo()` method uses the :dbcommand:`eval` command internally. As a result, the :method:`db.collection.copyTo()`