[Catalyst-commits] r12543 -
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual
dandv at dev.catalyst.perl.org
dandv at dev.catalyst.perl.org
Thu Jan 7 22:06:54 GMT 2010
Author: dandv
Date: 2010-01-07 22:06:51 +0000 (Thu, 07 Jan 2010)
New Revision: 12543
Modified:
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Intro.pod
Log:
Fixed minor typo
Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Intro.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Intro.pod 2010-01-07 18:57:53 UTC (rev 12542)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Intro.pod 2010-01-07 22:06:51 UTC (rev 12543)
@@ -357,7 +357,7 @@
script/myapp_create.pl model MyModel DBIC::Schema MySchema create=static 'dbi:SQLite:/tmp/myapp.db'
-L<DBIx::Class::Schema::Loader> can automaticall load table layouts and
+L<DBIx::Class::Schema::Loader> can automatically load table layouts and
relationships, and convert them into a static schema definition
C<MySchema>, which you can edit later.
More information about the Catalyst-commits
mailing list