Skip to content

Commit 7f25299

Browse files
Frederik Schubertxabbuh
Frederik Schubert
authored andcommitted
Fixed a typo in the choice_label code example
1 parent 9718832 commit 7f25299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If your choice values are objects, then ``choice_label`` can also be a
4343
'choices' => array(
4444
new Status(Status::YES),
4545
new Status(Status::NO),
46-
new Status::(Status::MAYBE),
46+
new Status(Status::MAYBE),
4747
),
4848
'choices_as_values' => true,
4949
'choice_label' => 'displayName',

0 commit comments

Comments
 (0)