From 3f23192e55008f9a4b00590f7c6b5e87f273b099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 13 Dec 2023 16:58:19 +0100 Subject: [PATCH] Fix typo in release notes --- 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 d263487f..9751f2ce 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -75,7 +75,7 @@ * Catch2 should automatically disable getenv when compiled for XBox. * Compiling Catch2 with exceptions disabled no longer triggers `Wunused-function` (#2726) * **`random` Generators for integral types are now reproducible across different platforms** - * Unlike ``, Catch2's generators also support 1 byte integral types (`char`, `bool`, ...) + * Unlike ``, Catch2's generators also support 1 byte integral types (`char`, `bool`, ...) * **`random` Generators for `float` and `double` are now reproducible across different platforms** * `long double` varies across different platforms too much to be reproducible * This guarantee applies only to platforms with IEEE 754 floats.