File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -309,7 +309,7 @@ and uploading files::
|
309 | 309 | // select an option
|
310 | 310 | $form['registration[birthday][year]']->select(1984);
|
311 | 311 |
|
312 |
| -// select many options from a "multiple" select or checkboxes |
| 312 | +// select many options from a "multiple" select |
313 | 313 | $form['registration[interests]']->select(array('symfony', 'cookies'));
|
314 | 314 |
|
315 | 315 | // even fake a file upload
|
|
You can’t perform that action at this time.
0 commit comments