From e867ce7769dff508d0eccc9b401f84b9d336aada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Fri, 15 May 2020 10:54:20 +0200 Subject: [PATCH] Fix missing backticks on release notes Closes #1932 --- docs/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 855cfbac..9535e429 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -131,7 +131,7 @@ new design. * `CATCH_CONFIG_DISABLE_MATCHERS` no longer exists. * If you do not want to use Matchers in a TU, do not include their header. * `CATCH_CONFIG_ENABLE_CHRONO_STRINGMAKER` no longer exists. - * `StringMaker` specializations for are always provided + * `StringMaker` specializations for `` are always provided * Catch2's CMake now provides 2 targets, `Catch2` and `Catch2WithMain`. * `Catch2` is the statically compiled implementation by itself * `Catch2WithMain` also links in the default main