Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Jul 10, 2022
1 parent eeccd5d commit 95501bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/fields.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ setter methods for fields of your custom type.
.. note::

The ``mongoize`` method should return ``Mongoid::RawValue(object, "YourTypeName")``
on values that are uncastable to your custom type. See the section on
on values that are uncastable to your custom type. See the section on
:ref:`Uncastable Values <uncastable-values>` for more details.

The class method ``demongoize`` does the inverse of ``mongoize``. It takes the raw object
Expand Down

0 comments on commit 95501bb

Please sign in to comment.