fix erur fix
David Kamholz [Fri, 24 Mar 2006 20:38:00 +0000 (20:38 +0000)]
lib/DBIx/Class.pm

index a6c290d..89e7b83 100644 (file)
@@ -47,7 +47,7 @@ Create a base schema class called DB/Main.pm:
 
   1;
 
-Create a class that represent artists, who have many CDs, in DB/Main/Artist.pm:
+Create a class to represent artists, who have many CDs, in DB/Main/Artist.pm:
 
   package DB::Main::Artist;
   use base qw/DBIx::Class/;