mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
spelling: conjunction
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
859129363d
commit
0f5eff214b
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ assert (
|
|||
) in debug_session.timeline
|
||||
```
|
||||
|
||||
### Conjuction (`&`)
|
||||
### Conjunction (`&`)
|
||||
|
||||
When two expectations are conjuncted: `(A & B)` - the resulting expectation is realized at the occurrence at which `A` and `B` are both realized, regardless of their relative order. Thus:
|
||||
```py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue