Skip to content

Commit

Permalink
documentation tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 14, 2014
1 parent 53f098d commit dc4e1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@

4.81 2014-02-14
- Added direct array access for contents to Mojo::DOM.
- Added direct array access for child nodes to Mojo::DOM.

4.80 2014-02-13
- Merged Mojo::DOM::Node into Mojo::DOM.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/DOM.pm
Expand Up @@ -932,7 +932,7 @@ L<Mojo::DOM> overloads the following operators.
=head2 array
my @contents = @$dom;
my @nodes = @$dom;
Alias for L</"contents">.
Expand Down

0 comments on commit dc4e1f5

Please sign in to comment.