better description for tap methods
Dan Book [Sat, 7 Nov 2015 06:00:23 +0000 (01:00 -0500)]
README.pod
lib/DOM/Tiny.pm
lib/DOM/Tiny/Collection.pm

index 85a448a..91da133 100644 (file)
@@ -508,7 +508,7 @@ This element's tag name.
 
   $dom = $dom->tap(sub {...});
 
-Alias for L<Mojo::Base/"tap">.
+Equivalent to L<Mojo::Base/"tap">.
 
 =head2 text
 
index 5e20917..abb3cc0 100644 (file)
@@ -893,7 +893,7 @@ This element's tag name.
 
   $dom = $dom->tap(sub {...});
 
-Alias for L<Mojo::Base/"tap">.
+Equivalent to L<Mojo::Base/"tap">.
 
 =head2 text
 
index 709a1c1..da17842 100644 (file)
@@ -342,7 +342,7 @@ from the results.
 
   $collection = $collection->tap(sub {...});
 
-Alias for L<Mojo::Base/"tap">.
+Equivalent to L<Mojo::Base/"tap">.
 
 =head2 to_array