Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hax authored Jul 21, 2022
1 parent e2c6067 commit 059984d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function *values(arrayLike) {
}
```

To implement double-ended version of `values(arrayLike)` in userland, we could use the `doubleEnded` helper:
To implement double-ended version of `values(arrayLike)` in userland, we could use the [`doubleEnded` helper](double-ended-helper.js):

```js
const values = doubleEnded(function *values(arrayLike, context) {
Expand Down

0 comments on commit 059984d

Please sign in to comment.