Skip to content

Commit 71cbec2

Browse files
grammar/typo fix
1 parent 12f42f8 commit 71cbec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/mongorestore.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dump, created by :program:`mongodump` into a specific
1414
database. :program:`mongorestore` can import content to an existing
1515
database or create a new one.
1616

17-
:program:`mongorestore`, and only performs inserts into the existing
17+
:program:`mongorestore` only performs inserts into the existing
1818
database, and does not perform updates or :term:`upserts <upsert>`. If
1919
existing data with the same ``_id`` already exists on the target
2020
database, :program:`mongorestore` will *not* replace it.

0 commit comments

Comments
 (0)