From: Cory G Watson Date: Fri, 26 Jun 2009 14:33:35 +0000 (+0000) Subject: Fix typo in ResultSet docs X-Git-Tag: v0.08108~57 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5287373bcb4462ae3b9d2370f637f659700d562b;p=dbsrgits%2FDBIx-Class.git Fix typo in ResultSet docs --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 796bde7..b012e03 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -3208,7 +3208,7 @@ Makes the resultset paged and specifies the page to retrieve. Effectively identical to creating a non-pages resultset and then calling ->page($page) on it. -If L attribute is not specified it defualts to 10 rows per page. +If L attribute is not specified it defaults to 10 rows per page. When you have a paged resultset, L will only return the number of rows in the page. To get the total, use the L and call