Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sviezypan committed Jan 16, 2023
1 parent d89dd7b commit fd81e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/src/main/scala-2/zio/sql/macros/wherelike.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object WhereIsSound {
}

if (!splitIntersection(groupedType).isEmpty) {
c.abort(c.enclosingPosition, "WHERE not allowed. Using `HAVING` instead.")
c.abort(c.enclosingPosition, "WHERE not allowed. Use `HAVING` instead.")
}

if (isThereAggregation(whereF)) {
Expand Down

0 comments on commit fd81e42

Please sign in to comment.