Skip to content

Commit 1a52398

Browse files
committed
Address review comments
1 parent f9a87cd commit 1a52398

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
description: <INSERT DESCRIPTION HERE>
2-
compatibility: full|backwards|partial|breaking
1+
description: Rename @definedtype to @namedtype
2+
compatibility: full

go/ql/lib/semmle/go/Scopes.qll

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ class BuiltinEntity extends Entity, @builtinobject { }
195195
class PackageEntity extends Entity, @pkgobject { }
196196

197197
/**
198-
* A named type (predeclared types, defined types, type parameters and aliases
199-
* which refer to those things).
198+
* A named type: predeclared types, defined types, type parameters, and type
199+
* aliases.
200200
*/
201201
class TypeEntity extends Entity, @typeobject { }
202202

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
description: <INSERT DESCRIPTION HERE>
2-
compatibility: full|backwards|partial|breaking
1+
description: Rename @namedtype to @definedtype
2+
compatibility: full

0 commit comments

Comments
 (0)