From 0f5eff214bd8d9e196887067d8353302da6933c2 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:22:20 -0500 Subject: [PATCH] spelling: conjunction Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/timeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/timeline.md b/tests/timeline.md index eedafd79..aa5b173d 100644 --- a/tests/timeline.md +++ b/tests/timeline.md @@ -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