From 98399e531d900f1de9dd02cb087412692bba045e Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Wed, 7 Feb 2024 09:38:44 +0100 Subject: [PATCH] Update doc/migration_guide.md Co-authored-by: Matthias Wolf --- doc/migration_guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/migration_guide.md b/doc/migration_guide.md index da2d3f87d..5276261e6 100644 --- a/doc/migration_guide.md +++ b/doc/migration_guide.md @@ -105,6 +105,6 @@ add_subdirectory(third_party/HighFive) target_link_libraries(app PUBLIC HighFive::HighFive) ``` -There's extensive examples of project integration in `tests/cmake_integration`, -including how those project in turn can be included in other projects. If those -don't help, please feel free to open an Issue. +There are extensive examples of project integration in `tests/cmake_integration`, +including how those projects in turn can be included in other projects. If these +examples don't help, please feel free to open an Issue.