Skip to content

Commit

Permalink
fixed typo in Mojo::DOM documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 12, 2014
1 parent f77d4f1 commit 9ef5ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/DOM.pm
Expand Up @@ -744,7 +744,7 @@ Prepend HTML/XML fragment to this node.
$dom = $dom->prepend_content('<p>I ♥ Mojolicious!</p>');
Prepend HTML/XML fragment to this element's content.
Prepend HTML/XML fragment to this node's content.
# "<div><h2>AB</h2></div>"
$dom->parse('<div><h2>B</h2></div>')->at('h2')->prepend_content('A')->root;
Expand Down

0 comments on commit 9ef5ac4

Please sign in to comment.