Skip to content

Commit

Permalink
docs: fix typo in comment of or function
Browse files Browse the repository at this point in the history
  • Loading branch information
shouwn committed Jan 25, 2024
1 parent f276330 commit e5d9d9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ open class Jpql : JpqlDsl {
*
* This is the same as ```(predicate1) OR (predicate2)```.
*
* If predicates is empty, then it represents `1 = 1`.
* If predicates is empty, then it represents `0 = 1`.
*/
@SinceJdsl("3.0.0")
fun or(vararg predicates: Predicatable?): Predicate {
Expand Down

0 comments on commit e5d9d9b

Please sign in to comment.