Description: Clarified documentation ambiguity
Origin: vendor
Bug-Debian: https://bugs.debian.org/548127
Forwarded: yes
Author: Gunnar Wolf <gwolf@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2022-09-04

--- a/lib/HTML/Tiny.pm
+++ b/lib/HTML/Tiny.pm
@@ -185,8 +185,8 @@
 
 The [ and ] can be thought of as grouping a number of arguments.
 
-Attributes may be supplied by including an anonymous hash in the
-argument list:
+Attributes may be supplied by including an anonymous hash as the first element
+in the argument list (after the tag name):
 
   print $h->tag('p', { class => 'normal' }, 'Foo');
 
