Skip to content

Commit 9249aee

Browse files
p-mongop
andauthored
RUBY-2145 fix typo in documentation - MongoDB time resolution is milliseconds (#193)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent eaef958 commit 9249aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/bson-v4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ Time Instances
559559
--------------
560560

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

0 commit comments

Comments
 (0)