Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit a0ad20f

Browse files
committed
Don't use the term 'object' in a generic sense
Since Typescript has a specific meaning of object, use 'entity' instead.
1 parent 0572597 commit a0ad20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Declaration Merging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Declaration merging is not limited to just two declarations, as any number of de
1313

1414
# Basic Concepts
1515

16-
In TypeScript, a declaration creates objects in at least one of three groups: namespace, type, or value.
16+
In TypeScript, a declaration creates entities in at least one of three groups: namespace, type, or value.
1717
Namespace-creating declarations create a namespace, which contains names that are accessed using a dotted notation.
1818
Type-creating declarations do just that: they create a type that is visible with the declared shape and bound to the given name.
1919
Lastly, value-creating declarations create values that are visible in the output JavaScript.

0 commit comments

Comments
 (0)