diff --git a/cpp/ql/src/change-notes/2024-01-29-false_positive_incorrect_string_type_conversion.md b/cpp/ql/src/change-notes/2024-01-29-false_positive_incorrect_string_type_conversion.md index cbafc2cb52c..8f081c746f1 100644 --- a/cpp/ql/src/change-notes/2024-01-29-false_positive_incorrect_string_type_conversion.md +++ b/cpp/ql/src/change-notes/2024-01-29-false_positive_incorrect_string_type_conversion.md @@ -1,4 +1,4 @@ --- category: minorAnalysis --- -* Corrected 2 false positive with `cpp/incorrect-string-type-conversion`: conversion of byte arrays to w_char and new array allocations converted to w_char. \ No newline at end of file +* Corrected 2 false positive with `cpp/incorrect-string-type-conversion`: conversion of byte arrays to wchar and new array allocations converted to wchar. \ No newline at end of file