collections can contain more than just nodes
Dan Book [Sat, 7 Nov 2015 07:14:58 +0000 (02:14 -0500)]
lib/DOM/Tiny/Collection.pm

index da17842..e94e715 100644 (file)
@@ -141,7 +141,7 @@ DOM::Tiny::Collection - Collection
 =head1 DESCRIPTION
 
 L<DOM::Tiny::Collection> is an array-based container for collections of
-L<DOM::Tiny> nodes based on L<Mojo::Collection>.
+L<DOM::Tiny> nodes or other items based on L<Mojo::Collection>.
 
   # Access array directly to manipulate collection
   my $collection = DOM::Tiny::Collection->new(1 .. 25);