diff --git a/cpp/ql/lib/change-notes/2024-01-16-consteval-if.md b/cpp/ql/lib/change-notes/2024-01-16-consteval-if.md
index 5538b592899d..181bec4baf4d 100644
--- a/cpp/ql/lib/change-notes/2024-01-16-consteval-if.md
+++ b/cpp/ql/lib/change-notes/2024-01-16-consteval-if.md
@@ -1,4 +1,4 @@
 ---
 category: feature
 ---
-* New classes `ConstevalIfStmt` and `NotConstEvalIfStmt` were introduced, which represent the C++23 `if consteval` and `if ! consteval` statements.
+* New classes `ConstevalIfStmt` and `NotConstevalIfStmt` were introduced, which represent the C++23 `if consteval` and `if ! consteval` statements.