spelling: conjunction

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-02-06 14:22:20 -05:00
parent 859129363d
commit 0f5eff214b

View file

@ -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