From 1cb02475a8ec6cea0d778f6eaa1e2808a7acb802 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema <93738568+jketema@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:33:20 +0100 Subject: [PATCH] Update cpp/ql/lib/change-notes/2023-12-22-unique-function.md --- cpp/ql/lib/change-notes/2023-12-22-unique-function.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/change-notes/2023-12-22-unique-function.md b/cpp/ql/lib/change-notes/2023-12-22-unique-function.md index 3dc36b01fc2..bd5d84132ab 100644 --- a/cpp/ql/lib/change-notes/2023-12-22-unique-function.md +++ b/cpp/ql/lib/change-notes/2023-12-22-unique-function.md @@ -1,4 +1,4 @@ --- category: fix --- -* Under certain circumstances a function declaration that is not also a definition could be associated with a `Function` that did not have the definition as a `FunctionDeclarationEntry`. This is now fixed when only ine definition exists, and a unique `Function` will exist that has both the declaration and the definition as a `FunctionDeclarationEntry`. \ No newline at end of file +* Under certain circumstances a function declaration that is not also a definition could be associated with a `Function` that did not have the definition as a `FunctionDeclarationEntry`. This is now fixed when only one definition exists, and a unique `Function` will exist that has both the declaration and the definition as a `FunctionDeclarationEntry`. \ No newline at end of file