Skip to content

Commit 2291e10

Browse files
smowtonCopilot
andauthored
Fix typo
Co-authored-by: Copilot <[email protected]>
1 parent b2f310c commit 2291e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/Types.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ class DefinedType extends @definedtype, CompositeType {
10421042
* Gets the type which this type is defined to be, if available.
10431043
*
10441044
* Note that this is only defined for types declared in the project being
1045-
* analyzed. It will not be defined for type declared in external packages.
1045+
* analyzed. It will not be defined for types declared in external packages.
10461046
*/
10471047
Type getBaseType() { result = this.getEntity().(DeclaredType).getSpec().getTypeExpr().getType() }
10481048

0 commit comments

Comments
 (0)