Skip to content

Commit 7a425ff

Browse files
MathiasVPgeoffw0
andauthored
Update swift/ql/lib/codeql/swift/elements/type/NominalType.qll
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
1 parent 0065a5a commit 7a425ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/elements/type/NominalType.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class NominalType extends NominalTypeBase {
77
NominalType getADerivedType() { result.getABaseType() = this }
88

99
/**
10-
* Gets the full name of this `TypeDecl`. For example in:
10+
* Gets the full name of this `NominalType`. For example in:
1111
* ```swift
1212
* struct A {
1313
* struct B {

0 commit comments

Comments
 (0)