]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/commitdiff
Revamp a sentence in LT::Meta::TC::Autocoerce's description
authorVincent Pit <vince@profvince.com>
Sun, 15 Aug 2010 16:37:10 +0000 (18:37 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 15 Aug 2010 16:37:10 +0000 (18:37 +0200)
lib/LaTeX/TikZ/Meta/TypeConstraint/Autocoerce.pm

index f335cb95f108fd787c4a82a5efba913713f43bdf..0804c7f9efef0c20a870e82f7deab1d7ecc42cfb 100644 (file)
@@ -76,7 +76,7 @@ our $VERSION = '0.02';
 
 =head1 DESCRIPTION
 
-This type constraint metaclass tries to autoload a specific module when a type coercion is attempted, which is supposed to contain the actual coercion code.
+When a type coercion is attempted, this type constraint metaclass tries to autoload a specific module which is supposed to contain the actual coercion code.
 This allows you to declare types that can be replaced (through coercion) at the end user's discretion.
 
 It works with both L<Moose> and L<Mouse> by using L<Any::Moose>.