Skip to content

Commit

Permalink
Fix typo in makeHoldingGoal
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanKilhamn committed May 26, 2015
1 parent 07ae3e7 commit 84f0611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Interpreter.ts
Expand Up @@ -271,7 +271,7 @@ module Interpreter {
candList.candidates.forEach((c) => {
goals.push(makeGoal("holding", [c]));
});
return {lis:goals, isAnd:false};
return {list:goals, isAnd:false};
}
}

Expand Down

0 comments on commit 84f0611

Please sign in to comment.