We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d21c51 commit 0b3408bCopy full SHA for 0b3408b
swift/ql/lib/codeql/swift/elements/decl/MethodDecl.qll
@@ -43,7 +43,7 @@ class MethodDecl extends AbstractFunctionDecl {
43
44
/**
45
* 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
+ * class, struct, extension, enum or protocol call `typeName` in a module
47
* called `moduleName`.
48
*/
49
predicate hasQualifiedName(string moduleName, string typeName, string funcName) {
0 commit comments