Fix class name typo
Tom Hukins [Mon, 7 Jan 2008 15:23:15 +0000 (15:23 +0000)]
lib/DBIx/Class/ResultSet.pm

index 4fd3a28..25d8b03 100644 (file)
@@ -929,7 +929,7 @@ Performs an SQL C<COUNT> with the same query as the resultset was built
 with to find the number of elements. If passed arguments, does a search
 on the resultset and counts the results of that.
 
-Note: When using C<count> with C<group_by>, L<DBIX::Class> emulates C<GROUP BY>
+Note: When using C<count> with C<group_by>, L<DBIx::Class> emulates C<GROUP BY>
 using C<COUNT( DISTINCT( columns ) )>. Some databases (notably SQLite) do
 not support C<DISTINCT> with multiple columns. If you are using such a
 database, you should only use columns from the main table in your C<group_by>