From: Vincent Pit <vince@profvince.com>
Date: Mon, 28 Feb 2011 10:37:58 +0000 (+0100)
Subject: Missing word in POD
X-Git-Tag: rt87282~10
X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=5d8e597c1d1be20b1098403e6bbb80d70e7fe566;p=perl%2Fmodules%2FLaTeX-TikZ.git

Missing word in POD
---

diff --git a/lib/LaTeX/TikZ/Set/Chain.pm b/lib/LaTeX/TikZ/Set/Chain.pm
index eb5395f..722815a 100644
--- a/lib/LaTeX/TikZ/Set/Chain.pm
+++ b/lib/LaTeX/TikZ/Set/Chain.pm
@@ -69,7 +69,7 @@ sub kids { @{$_[0]->_kids} }
 =head2 C<connector>
 
 A code reference that describes how two successive elements of the chain are linked.
-When the L</path> method is , the connector is run repeatedly with these arguments :
+When the L</path> method is called, the connector is run repeatedly with these arguments :
 
 =over 4