Skip to content

Commit

Permalink
Fix incorrectly named function
Browse files Browse the repository at this point in the history
  • Loading branch information
Avaq committed Aug 7, 2017
1 parent aea444b commit 721c036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Go.prototype._fork = function Go$_fork(rej, res){

drain();

return function Future$chainRec$cancel(){ cancel() };
return function Go$cancel(){ cancel() };

};

Expand Down

0 comments on commit 721c036

Please sign in to comment.