Skip to content

Commit e5766b3

Browse files
committed
other: Fixed invalid @Link tag in code-generator.ts
1 parent 70f746e commit e5766b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kipper/core/src/compiler/target-presets/translation/code-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ export abstract class KipperTargetCodeGenerator {
463463
public abstract matchesExpression: TargetASTNodeCodeGenerator<MatchesExpression, TranslatedExpression>;
464464

465465
/**
466-
* Translates a {@Link InstanceOfExpression} into a specific language.
466+
* Translates a {@link InstanceOfExpression} into a specific language.
467467
*/
468468
public abstract instanceOfExpression: TargetASTNodeCodeGenerator<InstanceOfExpression, TranslatedExpression>;
469469
}

0 commit comments

Comments
 (0)