mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
spelling: disjunction
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
f498e87b04
commit
f2d0e9abf5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue