From ceec44b8199ec754c779a11b736a1143c92de4dd Mon Sep 17 00:00:00 2001 From: Jeroen Ketema <93738568+jketema@users.noreply.github.com> Date: Tue, 31 Mar 2026 11:08:38 +0200 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- cpp/ql/lib/change-notes/2026-03-31-meson.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpp/ql/lib/change-notes/2026-03-31-meson.md b/cpp/ql/lib/change-notes/2026-03-31-meson.md index 6a83b312ab6..c18de40b85d 100644 --- a/cpp/ql/lib/change-notes/2026-03-31-meson.md +++ b/cpp/ql/lib/change-notes/2026-03-31-meson.md @@ -1,5 +1,4 @@ - --- category: feature --- -* Added subclass `MesonPrivateTestFile` of `ConfigurationTestFile` that represents files created by Meson to test the build configuration. +* Added a subclass `MesonPrivateTestFile` of `ConfigurationTestFile` that represents files created by Meson to test the build configuration.