Skip to content

Minor corrections #580

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
Jan 23, 2013
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 source/applications/database-references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Database References
.. default-domain:: mongodb

MongoDB does not support joins. In MongoDB some data is
"denormalized," or stored with related data in :term:`documents
"denormalized", or stored with related data in :term:`documents
<document>` to remove the need for joins. However, in some cases it
makes sense to store related information in separate documents,
typically in different collections or databases.
Expand Down
2 changes: 1 addition & 1 deletion source/core/shell-types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Date
The :program:`mongo` shell provides various options to return the date,
either as a string or as an object:

- ``Date()`` method which returns the current date as a string
- ``Date()`` method which returns the current date as a string.

- ``Date()`` constructor which returns an ``ISODate`` object when used
with the ``new`` operator.
Expand Down