From: Olaf Alders <olaf@wundersolutions.com>
Date: Tue, 5 Aug 2014 16:25:23 +0000 (-0400)
Subject: s/applied to the after/applied to the query after/
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fghpr%2Fapplied%2Fas_6eed360c;p=dbsrgits%2FDBIx-Class-Historic.git

s/applied to the after/applied to the query after/
---

diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm
index c799da7..d5909e9 100644
--- a/lib/DBIx/Class/ResultSet.pm
+++ b/lib/DBIx/Class/ResultSet.pm
@@ -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 } }