Skip to content
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

RUBY-2145 fix typo in documentation - MongoDB time resolution is milliseconds #193

Merged
merged 1 commit into from Mar 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorials/bson-v4.txt
Expand Up @@ -559,7 +559,7 @@ Time Instances
--------------

Times in Ruby can have nanosecond precision. Times in BSON (and MongoDB)
can only have microsecond precision. When Ruby ``Time`` instances are
can only have millisecond precision. When Ruby ``Time`` instances are
serialized to BSON or Extended JSON, the times are floored to the nearest
millisecond.

Expand Down