From 95501bb45b3be62fb99b353d34cb2f41284e06fb Mon Sep 17 00:00:00 2001 From: shields Date: Mon, 11 Jul 2022 02:11:20 +0900 Subject: [PATCH] Whitespace --- docs/reference/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/fields.txt b/docs/reference/fields.txt index ebc7a2ab1c..3e7b148efa 100644 --- a/docs/reference/fields.txt +++ b/docs/reference/fields.txt @@ -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 ` for more details. The class method ``demongoize`` does the inverse of ``mongoize``. It takes the raw object