diff --git a/docs/matchers.md b/docs/matchers.md index 7721bf81..6fdb15bf 100644 --- a/docs/matchers.md +++ b/docs/matchers.md @@ -58,7 +58,7 @@ to a use-after-free (UAF): ```cpp #include -#include +#include TEST_CASE("Bugs, bugs, bugs", "[Bug]"){ std::string str = "Bugs as a service"; @@ -299,7 +299,7 @@ within certain range. We will call it `IsBetweenMatcher`: ```c++ #include -#include +#include // ...