Skip to content

Commit

Permalink
consistent language
Browse files Browse the repository at this point in the history
  • Loading branch information
koskimas committed Jul 7, 2023
1 parent 4682cff commit b83266e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expression/expression-wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class ExpressionWrapper<DB, TB extends keyof DB, T>
}

/**
* Joins `this` and another expression using `AND`.
* Combines `this` and another expression using `AND`.
*
* Also see {@link ExpressionBuilder.and}
*
Expand Down

0 comments on commit b83266e

Please sign in to comment.