Skip to content

Commit aa8742a

Browse files
Typescript Language Specification amended (#40120)
fixes #39185
1 parent 2f2b679 commit aa8742a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ namespace X { // Namespace named X
903903
}
904904
```
905905

906-
A name that denotes a value has an associated type (section [3](#3)) and can be referenced in expressions (section [4.3](#4.3)). A name that denotes a type can be used by itself in a type reference or on the right hand side of a dot in a type reference ([3.8.2](#3.8.2)). A name that denotes a namespace can be used one the left hand side of a dot in a type reference.
906+
A name that denotes a value has an associated type (section [3](#3)) and can be referenced in expressions (section [4.3](#4.3)). A name that denotes a type can be used by itself in a type reference or on the right hand side of a dot in a type reference ([3.8.2](#3.8.2)). A name that denotes a namespace can be used on the left hand side of a dot in a type reference.
907907

908908
When a name with multiple meanings is referenced, the context in which the reference occurs determines the meaning. For example:
909909

0 commit comments

Comments
 (0)