From: Vincent Pit Date: Sat, 16 Oct 2010 22:37:55 +0000 (+0200) Subject: POD typo X-Git-Tag: rt87282~28 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=commitdiff_plain;h=52a06dfff21f1cd9acb49444b9ea643807453d15;ds=sidebyside POD typo --- diff --git a/lib/LaTeX/TikZ.pm b/lib/LaTeX/TikZ.pm index 644e0fb..61dd574 100644 --- a/lib/LaTeX/TikZ.pm +++ b/lib/LaTeX/TikZ.pm @@ -260,7 +260,7 @@ Creates a L object that sets the line width to C<$line_ =head3 C<< Tikz->color($color) >> -Creates a Lobject that sets the line color to C<$color> (given in the C syntax). +Creates a L object that sets the line color to C<$color> (given in the C syntax). # Paint the previous $thick_arrow in red. $thick_arrow->mod(Tikz->color('red'));