This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Typo in Inference example comment #20
Open
Description
Here: https://microsoft.github.io/TypeScript-New-Handbook/everything/#inference
the comment reads:
// Parameter 'n' is of type 'number'
// 'parsed' is of type 'string[]'
should be the other way around:
// Parameter 'n' is of type 'string'
// 'parsed' is of type 'number[]'
Metadata
Metadata
Assignees
Labels
No labels