Skip to content

Commit 9a8e575

Browse files
author
Sagi
committed
typo fix
1 parent cbc457f commit 9a8e575

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/compiler/emitter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6847,7 +6847,7 @@ const _super = (function (geti, seti) {
68476847
emitStartAnnotation();
68486848
emitCommentedAnnotation("@param {number} paramIndex");
68496849
emitCommentedAnnotation("@param {function(*, string, number)} decorator");
6850-
emitCommentedAnnotation("@return {function(*, string)}y");
6850+
emitCommentedAnnotation("@return {function(*, string)}");
68516851
write(" */");
68526852
});
68536853
}

typescript.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39205,7 +39205,7 @@ ts.emitFiles = function (typeChecker, resolver, host, targetSourceFile) {
3920539205
emitStartAnnotation();
3920639206
emitCommentedAnnotation("@param {number} paramIndex");
3920739207
emitCommentedAnnotation("@param {function(*, string, number)} decorator");
39208-
emitCommentedAnnotation("@return {function(*, string)}y");
39208+
emitCommentedAnnotation("@return {function(*, string)}");
3920939209
write(" */");
3921039210
});
3921139211
}

0 commit comments

Comments
 (0)