1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: fix typo in manpage
Author: Lucas Kanashiro <kanashiro@debian.org>
Last-Updated: 2016-07-27
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116530
Bug: https://rt.cpan.org/Ticket/Display.html?id=116530
--- a/lib/SQL/Abstract/More.pm
+++ b/lib/SQL/Abstract/More.pm
@@ -1509,7 +1509,7 @@ specified either by a plain string or by
adds a C<HAVING> clause in the SQL statement (only makes
sense together with a C<GROUP BY> clause).
This is like a C<-where> clause, except that the criteria
-are applied after grouping has occured.
+are applied after grouping has occurred.
=item C<< -order_by => \@order >>
|