From f6395aafa6beb826a7c3621cf2fe702139067cd4 Mon Sep 17 00:00:00 2001 From: mediumshade Date: Thu, 8 Aug 2024 15:04:13 -0500 Subject: [PATCH] Fix capitalization --- development-tools/warnings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development-tools/warnings.rst b/development-tools/warnings.rst index 47caa596af..84a6dfcbdb 100644 --- a/development-tools/warnings.rst +++ b/development-tools/warnings.rst @@ -47,7 +47,7 @@ If a warning check fails with: reasonable to ignore and add the warning to the platform-specific warning ignore file. If the file exists in the warning ignore file increment the count by the number of newly introduced warnings. -* Unexpected Improvements (less warnings) +* Unexpected improvements (less warnings) * Document in the PR that the change reduces the number of compiler warnings. Decrement the count in the platform-specific warning ignore file or remove the file if the count is now zero.