Skip to content
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
6 changes: 3 additions & 3 deletions source/reference/limits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ Naming Restrictions
- begin with the ``system.`` prefix. (Reserved for internal use.)

If your collection name includes special characters, such as the
underscore character, then to access the collection use the
:method:`db.getCollection()` method in the :program:`mongo` shell or
a :api:`similar method for your driver <>`.
underscore character, or begins with numbers, then to access the
collection use the :method:`db.getCollection()` method in the
:program:`mongo` shell or a :api:`similar method for your driver <>`.

.. include:: /includes/fact-collection-namespace-limit.rst

Expand Down