Skip to content

PHPLIB-1149: Use consistent terminology when referring to the MongoDB shell in docs #1106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/method/MongoDBDatabase-createCollection.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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() </reference/method/db.createCollection>` in
the :program:`mongo` shell.
the MongoDB shell.

Explicitly creating collections enables you to create
:manual:`capped collections </core/capped-collections>`, specify
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/mongodb/specifications/blob/master/source/crud/crud.rst>`_
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
Expand Down