Merge pull request #27499 from surlymrz/surlymrz-patch-1

Update spec.md to fix minor typo
This commit is contained in:
Ryan Cavanaugh
2018-10-02 08:36:56 -07:00
committed by GitHub
+1 -1
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