From f5b9934e75da4a10b2e81a031bf59418746aa57b Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 8 Mar 2015 10:57:21 +0100 Subject: [PATCH] enclose data type with double backticks --- reference/forms/types/options/data.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/options/data.rst.inc b/reference/forms/types/options/data.rst.inc index 9873740cf48..13afdfc44ac 100644 --- a/reference/forms/types/options/data.rst.inc +++ b/reference/forms/types/options/data.rst.inc @@ -1,7 +1,7 @@ data ~~~~ -**type**: mixed **default**: Defaults to field of the underlying object (if there is one) +**type**: ``mixed`` **default**: Defaults to field of the underlying object (if there is one) When you create a form, each field initially displays the value of the corresponding property of the form's domain object (if an object is bound