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

Commit 166fe07

Browse files
Lint errors.
1 parent ed9477a commit 166fe07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/release notes/TypeScript 2.4.md

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ function arrayMap<T, U>(f: (x: T) => U): (a: T[]) => U[] {
5050
const lengths: (a: string[]) => number[] = arrayMap(s => s.length);
5151
```
5252

53-
5453
As an example of new errors you might spot as a result:
5554

5655
```ts

0 commit comments

Comments
 (0)