Update spec.md

This commit is contained in:
Z
2018-10-02 08:47:46 -05:00
committed by GitHub
parent f356cd6c89
commit 12686e7158

View File

@@ -286,7 +286,7 @@ function f(s) {
}
```
In the JavaScript output, all type annotations have been erased. In general, TypeScript erases all type information before emiting JavaScript.
In the JavaScript output, all type annotations have been erased. In general, TypeScript erases all type information before emitting JavaScript.
## <a name="1.1"/>1.1 Ambient Declarations