Skip to content

Commit e5814e6

Browse files
committed
[#2420] Simplifying english
1 parent e1be552 commit e5814e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/dom_crawler.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ To work with multi-dimensional fields::
278278
<input name="multi[dimensional]" />
279279
</form>
280280

281-
You must specify the values of multi-dimensional fields as arrays itself to
282-
address which fields' values should be changed::
281+
Pass an array of values::
283282

284283
// Set a single field
285284
$form->setValues(array('multi' => array('value')));

0 commit comments

Comments
 (0)