From bf02e4af89c3661437c27c1325d8a6410cc11ab7 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sat, 9 Sep 2023 21:14:10 -0500 Subject: [PATCH] Fix doc typos --- doc/catch.md | 2 +- doc/user_guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/catch.md b/doc/catch.md index 28c80d30..17d7bd6d 100644 --- a/doc/catch.md +++ b/doc/catch.md @@ -9,7 +9,7 @@ directly add the `extras/gtest/inclode` directory to your include path: ```cmake add_subdirectory(rapidcheck) -set include_directories(rapidcheck/extras/gtest/include) +include_directories(rapidcheck/extras/gtest/include) add_executable(MyTest main.cpp) ``` diff --git a/doc/user_guide.md b/doc/user_guide.md index 57c025ab..713463fc 100644 --- a/doc/user_guide.md +++ b/doc/user_guide.md @@ -17,7 +17,7 @@ The following document is a work in progress and some parts are still missing. T ## Extras -- [Catch Test integratio](catch.md) +- [Catch Test integration](catch.md) - [Google Test integration](gtest.md) - [Google Mock integration](gmock.md) - [Boost support](boost.md)