[Bast-commits] r6794 - DBIx-Class/0.08/trunk/lib/DBIx/Class

gphat at dev.catalyst.perl.org gphat at dev.catalyst.perl.org
Fri Jun 26 14:33:35 GMT 2009


Author: gphat
Date: 2009-06-26 14:33:35 +0000 (Fri, 26 Jun 2009)
New Revision: 6794

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm
Log:
Fix typo in ResultSet docs


Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm	2009-06-26 13:25:19 UTC (rev 6793)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/ResultSet.pm	2009-06-26 14:33:35 UTC (rev 6794)
@@ -3208,7 +3208,7 @@
 identical to creating a non-pages resultset and then calling ->page($page)
 on it.
 
-If L<rows> attribute is not specified it defualts to 10 rows per page.
+If L<rows> attribute is not specified it defaults to 10 rows per page.
 
 When you have a paged resultset, L</count> will only return the number
 of rows in the page. To get the total, use the L</pager> and call




More information about the Bast-commits mailing list