Skip to content

Commit 1bf0850

Browse files
Update Query.Having.cs
1 parent 56cba7e commit 1bf0850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QueryBuilder/Query.Having.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ public Query OrHavingNotBetween<T>(string column, T lower, T higher)
360360

361361
public Query HavingIn<T>(string column, IEnumerable<T> values)
362362
{
363-
// If the developer has passed a string most probably he wants List<string>
363+
// If the developer has passed a string they most likely want a List<string>
364364
// since string is considered as List<char>
365365
if (values is string)
366366
{

0 commit comments

Comments
 (0)