Address review comments

This commit is contained in:
Owen Mansel-Chan
2025-02-13 21:50:47 +00:00
parent f9a87cd0ea
commit 1a52398a29
3 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -195,8 +195,8 @@ class BuiltinEntity extends Entity, @builtinobject { }
class PackageEntity extends Entity, @pkgobject { }
/**
* A named type (predeclared types, defined types, type parameters and aliases
* which refer to those things).
* A named type: predeclared types, defined types, type parameters, and type
* aliases.
*/
class TypeEntity extends Entity, @typeobject { }

View File

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