]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/commitdiff
Fix ->content description of raw mods and sets
authorVincent Pit <vince@profvince.com>
Mon, 25 Oct 2010 09:55:02 +0000 (11:55 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 25 Oct 2010 09:55:02 +0000 (11:55 +0200)
lib/LaTeX/TikZ/Mod/Raw.pm
lib/LaTeX/TikZ/Set/Raw.pm

index 81f0d9fec2d90ab83fa8b28c37c5e161f61b368f..a4caa72d6ff32c8345e8f1c2eefd01302fff01e5 100644 (file)
@@ -31,6 +31,8 @@ with 'LaTeX::TikZ::Mod';
 
 =head2 C<content>
 
 
 =head2 C<content>
 
+The bare string the raw mod is made of.
+
 =cut
 
 has 'content' => (
 =cut
 
 has 'content' => (
index 927458963f9823da313feb837bc07822aad8e784..159492d0f87cddb7378f2f34ad72267abe3d8a5d 100644 (file)
@@ -32,7 +32,7 @@ with 'LaTeX::TikZ::Set::Op';
 
 =head2 C<content>
 
 
 =head2 C<content>
 
-The bare string the raw mod is made of.
+The bare string the raw set is made of.
 
 =cut
 
 
 =cut