Skip to content

Commit

Permalink
removal of duplicated word could
Browse files Browse the repository at this point in the history
  • Loading branch information
magul committed Feb 21, 2016
1 parent 9f1651b commit 9d25153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es6 & beyond/ch3.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ var tasks = {

The iterator on `tasks` steps through functions found in the `actions` array property, if any, and executes them one at a time, passing in whatever arguments you pass to `next(..)`, and returning any return value to you in the standard `IteratorResult` object.

Here's how we could could use this `tasks` queue:
Here's how we could use this `tasks` queue:

```js
tasks.actions.push(
Expand Down

0 comments on commit 9d25153

Please sign in to comment.