Subject: | Tiny doc fix |
A missing letter in the docs.
Subject: | doc_fix.diff |
--- lib/Class/C3/Componentised.pm.orig 2008-03-10 21:12:10.000000000 +0000
+++ lib/Class/C3/Componentised.pm 2008-03-10 21:12:22.000000000 +0000
@@ -22,7 +22,7 @@
package main;
MyModule->load_components( qw/Foo Bar/ );
- # Will load MyModule::Component::Foo an MyModule::Component::Bar
+ # Will load MyModule::Component::Foo and MyModule::Component::Bar
=head1 DESCRIPTION