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> description: Rename @definedtype to @namedtype
compatibility: full|backwards|partial|breaking compatibility: full

View File

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

View File

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