Skip to content

Commit

Permalink
Merge 2527ebf into 5754b46
Browse files Browse the repository at this point in the history
  • Loading branch information
eastlondoner committed Dec 22, 2016
2 parents 5754b46 + 2527ebf commit 9589fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -92,7 +92,7 @@ var numbers = SaneGenerator(NumberGenerator());
console.log(numbers.next());
// {"value": 0, "done": false}
console.log(numbers.next());
// {"value": 0, "done": false}
// {"value": 1, "done": false}
console.log(numbers.return(undefined)); // call `return` with any value
// {"done": true}
console.log(numbers.next());
Expand Down

0 comments on commit 9589fa0

Please sign in to comment.