docs(core): Fix typo in JSDoc for AbstractType<T> (#38541)

PR Close #38541
This commit is contained in:
Leon Yu 2020-08-19 19:37:46 -07:00 committed by Misko Hevery
parent 8f24bc9443
commit 6442875c99
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export function isType(v: any): v is Type<any> {
* @description * @description
* *
* Represents an abstract class `T`, if applied to a concrete class it would stop being * Represents an abstract class `T`, if applied to a concrete class it would stop being
* instantiatable. * instantiable.
* *
* @publicApi * @publicApi
*/ */