From a815c185dda9bc86597c3c8d97119c945ca4ccaf Mon Sep 17 00:00:00 2001 From: zainab-ali Date: Wed, 29 Jul 2026 12:37:57 +0100 Subject: [PATCH] Limit image width of expect macro screenshot. --- docs/features/expectations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/expectations.md b/docs/features/expectations.md index 23100768..e141987c 100644 --- a/docs/features/expectations.md +++ b/docs/features/expectations.md @@ -9,7 +9,7 @@ The easiest way to construct expectactions is to call the `expect` macro. The `c expect(clue(List(1, 2, 3).size) == 4) ``` -![Oops](../assets/oops.png) +Error message produced by the expect macro ## TL;DR