diff --git a/docs/reference/method/MongoDBDatabase-createCollection.txt b/docs/reference/method/MongoDBDatabase-createCollection.txt index 758ad6c2a..56129b975 100644 --- a/docs/reference/method/MongoDBDatabase-createCollection.txt +++ b/docs/reference/method/MongoDBDatabase-createCollection.txt @@ -26,7 +26,7 @@ Definition collection. You may also explicitly create a collection with specific options using the :phpmethod:`MongoDB\\Database::createCollection()` method, or using :manual:`db.createCollection() ` in - the :program:`mongo` shell. + the MongoDB shell. Explicitly creating collections enables you to create :manual:`capped collections `, specify diff --git a/docs/upgrade.txt b/docs/upgrade.txt index d73d57e6c..50da6f2fe 100644 --- a/docs/upgrade.txt +++ b/docs/upgrade.txt @@ -336,7 +336,7 @@ operation, has been removed in favor of explicitly using :phpmethod:`MongoDB\\Collection::replaceOne()` (with the ``upsert`` option). While the ``save`` method does have its uses for interactive environments, such -as the ``mongo`` shell, it was intentionally excluded from the +as the MongoDB shell, it was intentionally excluded from the `CRUD specification `_ for language drivers. Generally, application code should know if the document has an identifier and be able to explicitly insert or replace the document and