[Catalyst-commits] r10188 -
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial
jester at dev.catalyst.perl.org
jester at dev.catalyst.perl.org
Sun May 17 00:36:07 GMT 2009
Author: jester
Date: 2009-05-17 00:36:07 +0000 (Sun, 17 May 2009)
New Revision: 10188
Modified:
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Authentication.pod
Log:
small typo
Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Authentication.pod
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Authentication.pod 2009-05-16 23:16:53 UTC (rev 10187)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/Authentication.pod 2009-05-17 00:36:07 UTC (rev 10188)
@@ -344,7 +344,7 @@
that complies with its default assumptions, we don't need to specify
the names of the columns where our username and password information
is stored (hence, the "Simple" part of "SimpleDB"). That being said,
-SimpleDB let's you specify that type of information if you need to.
+SimpleDB lets you specify that type of information if you need to.
Take a look at
C<Catalyst::Authentication::Realm::SimpleDB|Catalyst::Authentication::Realm::SimpleDB>
for details.
More information about the Catalyst-commits
mailing list