Skip to content

Commit

Permalink
rephrase content description
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 5, 2014
1 parent f44ad68 commit ea0ad16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/DOM.pm
Expand Up @@ -589,8 +589,8 @@ All selectors from L<Mojo::DOM::CSS/"SELECTORS"> are supported.
my $str = $dom->content;
$dom = $dom->content('<p>I ♥ Mojolicious!</p>');
Render content of this element to HTML/XML or replace this element's content
with HTML/XML fragment.
Render this element's content to HTML/XML or replace it with HTML/XML
fragment.
# "<b>test</b>"
$dom->parse('<div><b>test</b></div>')->div->content;
Expand Down

0 comments on commit ea0ad16

Please sign in to comment.