Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Specification #39185

Closed
ericfortmeyer opened this issue Jun 22, 2020 · 1 comment · Fixed by #40120
Closed

Typo in Specification #39185

ericfortmeyer opened this issue Jun 22, 2020 · 1 comment · Fixed by #40120
Labels
Docs The issue relates to how you learn TypeScript

Comments

@ericfortmeyer
Copy link

Replace one with on

2.3 Declarations
...
A name that denotes a value has an associated type (section 3) and can be referenced in expressions (section 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). A name that denotes a namespace can be used one the left hand side of a dot in a type reference.

TypeScript Version: 3.7.x-dev.201xxxxx

Search Terms:

Code

// A *self-contained* demonstration of the problem follows...
// Test this by running `tsc` on the command-line, rather than through another build tool such as Gulp, Webpack, etc.

Expected behavior:

Actual behavior:

Playground Link:

Related Issues:

@MartinJohns
Copy link
Contributor

The specification is not maintained and extremely outdated. The last update was early 2016.

See https://github.com/Microsoft/TypeScript/issues?q=is%3Aopen+is%3Aissue+label%3ASpec and #15711.

@RyanCavanaugh RyanCavanaugh added the Docs The issue relates to how you learn TypeScript label Jun 22, 2020
nitish-awasthi added a commit to nitish-awasthi/TypeScript that referenced this issue Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs The issue relates to how you learn TypeScript
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants