You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -212,7 +222,7 @@ parameters together to describe these two conditions.
212
222
:emphasize-lines: 6-7
213
223
```
214
224
215
-
In the first example, you can't provide `itemA` without also providing `itemB`.
225
+
In the first example, you can't provide `itemA` without also providing `itemB`, or an error is thrown. This is because they are inclusive (dependent) parameters. If you provide one, you must provide the other.
0 commit comments