Skip to content

Commit f318520

Browse files
committed
[Form] Fix a minor syntax issue
1 parent b53b555 commit f318520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ prototype_options
314314

315315
This is the array that's passed to the form type specified in the `entry_type`_
316316
option when creating its prototype. It allows to have different options depending
317-
on whether you are adding a new entry or editing an existing entry.
317+
on whether you are adding a new entry or editing an existing entry::
318318

319319
use Symfony\Component\Form\Extension\Core\Type\CollectionType;
320320
use Symfony\Component\Form\Extension\Core\Type\TextType;

0 commit comments

Comments
 (0)