Skip to content

Commit 2f09005

Browse files
authored
PHPLIB-1149: Use consistent terminology when referring to the MongoDB shell in docs (#1106)
1 parent 4fd79ac commit 2f09005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/method/MongoDBDatabase-createCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Definition
2626
collection. You may also explicitly create a collection with specific options
2727
using the :phpmethod:`MongoDB\\Database::createCollection()` method, or using
2828
:manual:`db.createCollection() </reference/method/db.createCollection>` in
29-
the :program:`mongo` shell.
29+
the MongoDB shell.
3030

3131
Explicitly creating collections enables you to create
3232
:manual:`capped collections </core/capped-collections>`, specify

docs/upgrade.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ operation, has been removed in favor of explicitly using
336336
:phpmethod:`MongoDB\\Collection::replaceOne()` (with the ``upsert`` option).
337337

338338
While the ``save`` method does have its uses for interactive environments, such
339-
as the ``mongo`` shell, it was intentionally excluded from the
339+
as the MongoDB shell, it was intentionally excluded from the
340340
`CRUD specification <https://github.com/mongodb/specifications/blob/master/source/crud/crud.rst>`_
341341
for language drivers. Generally, application code should know if the document
342342
has an identifier and be able to explicitly insert or replace the document and

0 commit comments

Comments
 (0)