Skip to content

Commit 6f72b56

Browse files
committed
Minor tweak
1 parent 080e516 commit 6f72b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/create_custom_field_type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ These are the most important methods that a form type class can define:
124124
method of that type (i.e. ``buildForm()``, ``buildView()``, etc.) and all its
125125
type extensions, before calling the corresponding method of your custom type.
126126
This is probably a good idea if you're just changing some details of an
127-
existing type. To start from scratch, just omit ``getParent()``.
127+
existing type. To start from scratch, omit ``getParent()``.
128128

129129
``buildForm()``
130130
It adds and configures other types into this type. It's the same method used

0 commit comments

Comments
 (0)