chore: typo [ci skip] (#1604)

This commit is contained in:
ezshine 2020-07-17 23:24:53 +08:00 committed by GitHub
parent a935998b33
commit 2c3427413d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -751,7 +751,7 @@ function inferRuntimeType(
return ['Function']
case 'TSArrayType':
case 'TSTupleType':
// TODO (nice to have) genrate runtime element type/length checks
// TODO (nice to have) generate runtime element type/length checks
return ['Array']
case 'TSLiteralType':