Skip to content

Commit

Permalink
Update query-builder.rst
Browse files Browse the repository at this point in the history
fix text
  • Loading branch information
celsowm authored Jun 27, 2023
1 parent 5033dbb commit 6c2d92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/orm/query-builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1180,8 +1180,8 @@ expression objects to add snippets of SQL to your queries::
Expression Conjuction
-----------------------

It is possible to Changes for changing the conjunction used to join conditions in
a query expression using the method ``setConjunction``::
It is possible to change the conjunction used to join conditions in a query
expression using the method ``setConjunction``::

$query = $articles->find();
$expr = $query->newExpr(['1','1'])->setConjunction('+');
Expand Down

0 comments on commit 6c2d92f

Please sign in to comment.