Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 91ab3fa

Browse files
authored
Update jsdoc
1 parent 4c5b2cc commit 91ab3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/processors/readTypeScriptModules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ module.exports = function readTypeScriptModules(tsParser, modules, getFileInfo,
180180
/**
181181
* Resolves all inherited class symbols of the specified symbol.
182182
* @param {ts.Symbol} symbol ClassDeclaration symbol with members
183-
* @param {ts.TypeChecker} typeChecker TypeScript TypeChecker for symbols
183+
* @param {ts.TypeChecker} typeChecker TypeChecker for symbols
184184
* @returns {Symbol[]} List of inherited class symbols.
185185
**/
186186
function resolveInheritedSymbols(symbol, typeChecker) {

0 commit comments

Comments
 (0)