Skip to content

Commit 1977cd5

Browse files
committed
Fix Float formatting
1 parent 229673a commit 1977cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/mongoid-documents.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Mongoid allows assignment of values of several types to ``Date`` fields:
333333
- ``Time``, ``DateTime``, ``ActiveSupport::TimeWithZone`` - the date component
334334
of the value is taken in the value's time zone.
335335
- ``String`` - the date specified in the string is used.
336-
- ``Integer``, ''Float`` - the value is taken to be a UTC timestamp which is
336+
- ``Integer``, ``Float`` - the value is taken to be a UTC timestamp which is
337337
converted to the :ref:`configured time zone <time-zones>` (note that
338338
``Mongoid.use_utc`` has no effect on this conversion), then the date is
339339
taken from the resulting time.

0 commit comments

Comments
 (0)