Skip to content

Commit

Permalink
fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 5, 2017
1 parent 542af30 commit c45e783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/DOM.pm
Expand Up @@ -985,7 +985,7 @@ values. All selectors from L<Mojo::DOM::CSS/"SELECTORS"> are supported.
$dom->parse('<select multiple><option selected>e</option></select>')
->at('select')->val->[0];
# "b"
# "f"
$dom->parse('<form action="/"><input name="a" value="f"></form>')
->at('form')->val->{a};
Expand Down

0 comments on commit c45e783

Please sign in to comment.