From e3b88cbad3548e52cfeede7e32a7ffe4ccff3c11 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Fri, 17 Apr 2026 13:29:24 +0200 Subject: [PATCH] Swift: Fix change note --- swift/ql/lib/change-notes/2026-04-17-fixed-array.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/ql/lib/change-notes/2026-04-17-fixed-array.md b/swift/ql/lib/change-notes/2026-04-17-fixed-array.md index 26eac3f9272..3fd91627544 100644 --- a/swift/ql/lib/change-notes/2026-04-17-fixed-array.md +++ b/swift/ql/lib/change-notes/2026-04-17-fixed-array.md @@ -1,4 +1,4 @@ --- category: feature --- -* The `BuiltinFixedArrays` class now defines the predicates `getSize` and `getElementType`, which yield the size of the array and the type of elements stored in the array, respectively. +* The `BuiltinFixedArrayType` class now defines the predicates `getSize` and `getElementType`, which yield the size of the array and the type of elements stored in the array, respectively.