Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
#176 - Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Aug 6, 2016
1 parent 796206c commit f9b67d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binders/ts/class/TsClassBinder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class TsClassBinder extends ClassBinder {
// because there can be multiple method signatures, the last one needs to be used
const methods: { [name: string]: TsNode; } = {};
const staticMethods: { [name: string]: TsNode; } = {};
// because there can be set or get accessor nodes
// because there can be set and get accessor nodes
const properties: { [name: string]: TsNode[]; } = {};

this.node.getChildren().forEach(childNode => {
Expand Down

0 comments on commit f9b67d4

Please sign in to comment.