diff --git a/guides/providing-services.md b/guides/providing-services.md index 200ad305e..67e43af86 100644 --- a/guides/providing-services.md +++ b/guides/providing-services.md @@ -303,8 +303,8 @@ DELETE .../Orders/1 -- would also delete all headers and items Note that deep `WRITE` operations are only supported out of the box if the following conditions are met: 1. The on-condition of the composition only uses comparison predicates with an `=` operator -2. The predicates are connected with the logical operator `AND` -3. The operands are references or `$self` +2. The predicates are only connected with the logical operator `AND` +3. The operands are references or `$self`. CAP Java also supports pseudo variables like `$user.locale` Good: ```cds