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 9badff4 commit 04bec09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ControlCommand.ts
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 04bec09

Please sign in to comment.