Skip to content

Commit 56cba7e

Browse files
De-gender comments
No need for comments to assume male developer gender
1 parent 10536d8 commit 56cba7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QueryBuilder/Base.Where.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public Q OrWhereNotBetween<T>(string column, T lower, T higher)
381381
public Q WhereIn<T>(string column, IEnumerable<T> values)
382382
{
383383

384-
// If the developer has passed a string most probably he wants List<string>
384+
// If the developer has passed a string they most likely want a List<string>
385385
// since string is considered as List<char>
386386
if (values is string)
387387
{

0 commit comments

Comments
 (0)