Skip to content

Commit 011f8dd

Browse files
committed
Swift: Fix a Ql4Ql violation.
1 parent b4d6cb6 commit 011f8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/elements/decl/internal/EnumDeclImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Impl {
77
/**
88
* An enumeration declaration, for example:
99
* ```
10-
* enum MyColours {
10+
* enum MyColors {
1111
* case red
1212
* case green
1313
* case blue

0 commit comments

Comments
 (0)