Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eborden committed Jul 12, 2013
1 parent 6a224e7 commit d51af01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ In this context rest parameters could be expanded to include an unassigned rest.
[a, ...] ?= [1];// false
```

With this pattern matching (and tail call optimization) we could implement elegant recursive functions.
With destructured pattern matching (and tail call optimization) we could implement elegant recursive functions.

```
function reverse (a) {
Expand Down

0 comments on commit d51af01

Please sign in to comment.