Skip to content

multiple reference are removed from same paragraph\page #3920

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

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions source/reference/program/mongo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Description
:binary:`~bin.mongo` is an interactive JavaScript shell interface to
MongoDB, which provides a powerful interface for system
administrators as well as a way for developers to test queries and
operations directly with the database. :binary:`~bin.mongo` also provides
operations directly with the database. :program:`mongo` also provides
a fully functional JavaScript environment for use with a MongoDB.

.. include:: /includes/fact-download-mongo-shell.rst
Expand All @@ -51,7 +51,7 @@ Syntax

mongo

- You can run :binary:`~bin.mongo` shell with a :doc:`connection string
- You can run :program:`mongo` shell with a :doc:`connection string
</reference/connection-string>` that specifies the host and port and
other connection options. For example, the following includes the
:urioption:`tls`:
Expand Down