Fix typos in docs (#2514)

This commit is contained in:
tocic
2022-09-09 17:00:39 +03:00
committed by GitHub
parent 32eae0ecce
commit dea1a6abd9
9 changed files with 14 additions and 14 deletions

View File

@@ -203,7 +203,7 @@ and so on.
Catch2 currently targets C++14 as the minimum supported C++ version.
Features from higher language versions should be used only sparingly,
when the benefits from using them outweight the maintenance overhead.
when the benefits from using them outweigh the maintenance overhead.
Example of good use of polyfilling features is our use of `conjunction`,
where if available we use `std::conjunction` and otherwise provide our