[Jifty-commit] r5815 - JiftyX-ModelHelpers/trunk/lib/JiftyX

Jifty commits jifty-commit at lists.jifty.org
Tue Sep 9 01:07:18 EDT 2008


Author: gugod
Date: Tue Sep  9 01:07:13 2008
New Revision: 5815

Modified:
   JiftyX-ModelHelpers/trunk/lib/JiftyX/ModelHelpers.pm

Log:
typo


Modified: JiftyX-ModelHelpers/trunk/lib/JiftyX/ModelHelpers.pm
==============================================================================
--- JiftyX-ModelHelpers/trunk/lib/JiftyX/ModelHelpers.pm	(original)
+++ JiftyX-ModelHelpers/trunk/lib/JiftyX/ModelHelpers.pm	Tue Sep  9 01:07:13 2008
@@ -152,8 +152,8 @@
 One major issue for using this module is that it automaically defines
 many functions in its caller, and that might cause naming collision.
 
-To work around this, keep in mind that this method is an L<Exporter>,
-so you can pass those functions your want explicitly:
+To work around this, keep in mind that this module is an L<Exporter>,
+and you can pass those functions your want explicitly:
 
     # Don't want BookCollection function
     use JiftyX::ModelHelpers qw(Book);


More information about the Jifty-commit mailing list