Skip to content

Commit 31134f5

Browse files
committed
Fixed preferred choices example
1 parent 01bd200 commit 31134f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ preferred_choices
55

66
If this option is specified as an array, then a sub-set of all of the options
77
will be moved to the top of the select menu. The following would move the
8-
"Baz" option to the top, with a visual separator between it and the rest
8+
"Yes" option to the top, with a visual separator between it and the rest
99
of the options::
1010

1111
$builder->add('attending', 'choice', array(

0 commit comments

Comments
 (0)