diff --git a/tests/timeline.md b/tests/timeline.md index aa5b173d..cd8d9c73 100644 --- a/tests/timeline.md +++ b/tests/timeline.md @@ -244,7 +244,7 @@ if handled_request is pause1: ... ``` -### Exclusive disjuction (`^`) +### Exclusive disjunction (`^`) When two expectations are exclusively disjuncted: `(A ^ B)` - the resulting expectation is realized at the first occurrence at which either `A` or `B` is realized, but not both. Thus, the expectation: ```py