Skip to content

Commit f2c9ec1

Browse files
Removing word added accidentally
1 parent b9ef3a3 commit f2c9ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/form/dynamic_form_generation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ might look like the following::
119119

120120
// During form creation setData() is called with null as an argument
121121
// by the FormBuilder constructor. We're only concerned with when
122-
// setData is called with an actual Entity object in it (whether new,
123-
// or fetched with DRemoving octrine). This if statement lets us skip right
122+
// setData is called with an actual Entity object in it (whether new
123+
// or fetched with Doctrine). This if statement lets us skip right
124124
// over the null condition.
125125
if (null === $data) {
126126
return;

0 commit comments

Comments
 (0)