Skip to content

Commit 024ab09

Browse files
committed
Update jsdoc of new function
1 parent abc9e68 commit 024ab09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/utilities.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2744,8 +2744,8 @@ namespace ts {
27442744
}
27452745

27462746
/**
2747-
* Gets the effective return type annotation of a signature. If the node was parsed in a
2748-
* JavaScript file, gets the return type annotation from JSDoc.
2747+
* Gets the effective type parameters. If the node was parsed in a
2748+
* JavaScript file, gets the type parameters from the `@template` tag from JSDoc.
27492749
*/
27502750
export function getEffectiveTypeParameterDeclarations(node: DeclarationWithTypeParameters): TypeParameterDeclaration[] {
27512751
if (node.typeParameters) {

0 commit comments

Comments
 (0)