Skip to content

Commit b6c6718

Browse files
AndreasLokkokris-jusiak
authored andcommitted
README.md: Add missing " to example.
1 parent eba2c71 commit b6c6718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ asserts: 0 | 0 passed | 2 failed
373373
> value it requires lazy evaluation.
374374
375375
```cpp
376-
lazy log"_test = [] {
376+
"lazy log"_test = [] {
377377
std::expected<bool, std::string> e = std::unexpected("lazy evaluated");
378378
expect(e.has_value()) << [&] { return e.error(); } << fatal;
379379
expect(e.value() == true);

0 commit comments

Comments
 (0)