Skip to content

Commit 7b49475

Browse files
committed
Documentation
1 parent 2e52e4f commit 7b49475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/markdown/docs/conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ This statement will be rendered as follows:
220220
delete from foo where status = ? and id in ()
221221
```
222222

223-
This will cause a runtime error due to invalid SQL, but it eliminates the possibility of deleting ALL active rows with
223+
This will cause a runtime error due to invalid SQL, but it eliminates the possibility of deleting ALLs rows with
224224
active status. If you want to allow the "in" condition to drop from the SQL if the list is empty, then use the
225225
"inWhenPresent" condition.
226226

0 commit comments

Comments
 (0)