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[]'
Here: https://microsoft.github.io/TypeScript-New-Handbook/everything/#inference
the comment reads:
should be the other way around: