Skip to content

Commit

Permalink
README.md: Add missing " to example.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasLokko authored and kris-jusiak committed Mar 13, 2024
1 parent eba2c71 commit b6c6718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ asserts: 0 | 0 passed | 2 failed
> value it requires lazy evaluation.
```cpp
lazy log"_test = [] {
"lazy log"_test = [] {
std::expected<bool, std::string> e = std::unexpected("lazy evaluated");
expect(e.has_value()) << [&] { return e.error(); } << fatal;
expect(e.value() == true);
Expand Down

0 comments on commit b6c6718

Please sign in to comment.