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

Commit 0572597

Browse files
committed
Improve precision of wording and delete unneeded sentence.
1 parent 3a17e80 commit 0572597

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/Declaration Merging.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ Declaration merging is not limited to just two declarations, as any number of de
1414
# Basic Concepts
1515

1616
In TypeScript, a declaration creates objects in at least one of three groups: namespace, type, or value.
17-
Namespace-creating declarations create a namespace, which contains types that are accessed using a dotted notation.
17+
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.
20-
Functions and variables are the simplest value-creating declarations, but namespaces and classes also create values.
2120

2221
| Declaration Type | Namespace | Type | Value |
2322
|------------------|:---------:|:----:|:-----:|

0 commit comments

Comments
 (0)