docs: fix spelling
This commit is contained in:

committed by
Igor Minar

parent
08d86751b9
commit
1060805a1f
@ -26,7 +26,7 @@ export abstract class ImportResolver {
|
||||
abstract getImportAs(symbol: StaticSymbol): StaticSymbol /*|null*/;
|
||||
|
||||
/**
|
||||
* Determine the airty of a type.
|
||||
* Determine the arity of a type.
|
||||
*/
|
||||
abstract getTypeArity(symbol: StaticSymbol): number /*|null*/;
|
||||
}
|
||||
|
Reference in New Issue
Block a user