docs(core): Fix typo in JSDoc for AbstractType<T> (#38541)
PR Close #38541
This commit is contained in:
parent
8f24bc9443
commit
6442875c99
|
@ -26,7 +26,7 @@ export function isType(v: any): v is Type<any> {
|
|||
* @description
|
||||
*
|
||||
* Represents an abstract class `T`, if applied to a concrete class it would stop being
|
||||
* instantiatable.
|
||||
* instantiable.
|
||||
*
|
||||
* @publicApi
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue