Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/features/expectations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img src="../assets/oops.png" alt="Error message produced by the expect macro" style="max-width: 100%; height: auto;" />


## TL;DR
Expand Down
Loading