Skip to content

Commit

Permalink
fix: Proper casing for ControlCommand.Copy
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Sep 16, 2018
1 parent 770cd24 commit 37fb270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ControlCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class ControlCommand extends InkObject{
this._commandType = commandType;
}

public copy(){ // TODO: Capitalise
public Copy(){
return new ControlCommand(this.commandType);
}
public static EvalStart(){
Expand Down

0 comments on commit 37fb270

Please sign in to comment.