Skip to content

Commit

Permalink
Update POD too
Browse files Browse the repository at this point in the history
  • Loading branch information
amenonsen committed Jan 28, 2012
1 parent 8e74e87 commit 29cd209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojo/Collection.pm
Expand Up @@ -199,11 +199,11 @@ from the results.
my $insensitive = $collection->sort(sub { uc(shift) cmp uc(shift) });
=head2 C<merge>
=head2 C<union>
my $new = $collection->merge($collection_a, $collection_b, ...);
my $new = $collection->union($collection_b, ...);
Merges two or more collection objects into a new one.
Return the union of two or more collections.
=head1 SEE ALSO
Expand Down

0 comments on commit 29cd209

Please sign in to comment.