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 0065a5a commit 7a425ffCopy full SHA for 7a425ff
swift/ql/lib/codeql/swift/elements/type/NominalType.qll
@@ -7,7 +7,7 @@ class NominalType extends NominalTypeBase {
7
NominalType getADerivedType() { result.getABaseType() = this }
8
9
/**
10
- * Gets the full name of this `TypeDecl`. For example in:
+ * Gets the full name of this `NominalType`. For example in:
11
* ```swift
12
* struct A {
13
* struct B {
0 commit comments