From 011f8dd3b3fb32c5f7b6f7a5785330e5241b2b9a Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Mon, 1 Sep 2025 15:22:56 +0200 Subject: [PATCH] Swift: Fix a Ql4Ql violation. --- .../ql/lib/codeql/swift/elements/decl/internal/EnumDeclImpl.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/ql/lib/codeql/swift/elements/decl/internal/EnumDeclImpl.qll b/swift/ql/lib/codeql/swift/elements/decl/internal/EnumDeclImpl.qll index 9eff4077f933..3410ae305194 100644 --- a/swift/ql/lib/codeql/swift/elements/decl/internal/EnumDeclImpl.qll +++ b/swift/ql/lib/codeql/swift/elements/decl/internal/EnumDeclImpl.qll @@ -7,7 +7,7 @@ module Impl { /** * An enumeration declaration, for example: * ``` - * enum MyColours { + * enum MyColors { * case red * case green * case blue