]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/commitdiff
Fix typo in ->union documentation
authorVincent Pit <vince@profvince.com>
Wed, 22 Apr 2015 23:43:44 +0000 (20:43 -0300)
committerVincent Pit <vince@profvince.com>
Wed, 22 Apr 2015 23:43:44 +0000 (20:43 -0300)
lib/LaTeX/TikZ.pm

index 1c12cadf3862a9096ea3a3632ffa00a744a325a1..0f0e588b65ba38068607b410b51c124c1f888189 100644 (file)
@@ -85,7 +85,7 @@ The two TikZ concepts of I<clips> and I<layers> have been unified with the modif
 
 =head3 C<union>
 
 
 =head3 C<union>
 
-    Tikz->union(@seq)
+    Tikz->union(@kids)
 
 Creates a L<LaTeX::TikZ::Set::Union> object out of the paths C<@kids>.
 
 
 Creates a L<LaTeX::TikZ::Set::Union> object out of the paths C<@kids>.