s/applied to the after/applied to the query after/ ghpr/applied/as_6eed360c
Olaf Alders [Tue, 5 Aug 2014 16:25:23 +0000 (12:25 -0400)]
lib/DBIx/Class/ResultSet.pm

index c799da7..d5909e9 100644 (file)
@@ -4448,7 +4448,7 @@ A arrayref of columns to group by. Can include columns of joined tables.
 =back
 
 HAVING is a select statement attribute that is applied between GROUP BY and
-ORDER BY. It is applied to the after the grouping calculations have been
+ORDER BY. It is applied to the query after the grouping calculations have been
 done.
 
   having => { 'count_employee' => { '>=', 100 } }