Skip to content

Commit

Permalink
Merge pull request #12482 from wittydeveloper/fix-generateClassElemen…
Browse files Browse the repository at this point in the history
…tDecorationExpression-documentation

doc(compiler/ts): fix documentation typo in generateClassElementDecorationExpression()
  • Loading branch information
mhegazy authored Nov 26, 2016
2 parents 5ba678a + 7b37918 commit 5ab2fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compiler/transformers/ts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1353,13 +1353,13 @@ namespace ts {
// __metadata("design:type", Function),
// __metadata("design:paramtypes", [Object]),
// __metadata("design:returntype", void 0)
// ], C.prototype, "method", undefined);
// ], C.prototype, "method", null);
//
// The emit for an accessor is:
//
// __decorate([
// dec
// ], C.prototype, "accessor", undefined);
// ], C.prototype, "accessor", null);
//
// The emit for a property is:
//
Expand Down

0 comments on commit 5ab2fec

Please sign in to comment.