Skip to content

Commit 0b3408b

Browse files
committed
Swift: Fix typo.
1 parent 5d21c51 commit 0b3408b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/elements/decl/MethodDecl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class MethodDecl extends AbstractFunctionDecl {
4343

4444
/**
4545
* Holds if this function is called `funcName` and its a member of a
46-
* class, struct, extension, enum or protocol call `typeName` in a moduile
46+
* class, struct, extension, enum or protocol call `typeName` in a module
4747
* called `moduleName`.
4848
*/
4949
predicate hasQualifiedName(string moduleName, string typeName, string funcName) {

0 commit comments

Comments
 (0)