Skip to content

Commit 63f1ca3

Browse files
committed
minor #5066 [Reference] enclose data type with double backticks (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Reference] enclose data type with double backticks | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- f5b9934 enclose data type with double backticks
2 parents c87ae8a + f5b9934 commit 63f1ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/data.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
data
22
~~~~
33

4-
**type**: mixed **default**: Defaults to field of the underlying object (if there is one)
4+
**type**: ``mixed`` **default**: Defaults to field of the underlying object (if there is one)
55

66
When you create a form, each field initially displays the value of the
77
corresponding property of the form's domain object (if an object is bound

0 commit comments

Comments
 (0)