From: Vincent Pit <vince@profvince.com>
Date: Wed, 22 Apr 2015 23:43:44 +0000 (-0300)
Subject: Fix typo in ->union documentation
X-Git-Tag: v0.03~3
X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=1be10f0f8ab18b5c559d8a48270dda1ebd2d78bc;p=perl%2Fmodules%2FLaTeX-TikZ.git

Fix typo in ->union documentation
---

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