Skip to content

Commit

Permalink
Merge pull request #19 from MatthewMueller/patch-1
Browse files Browse the repository at this point in the history
fixed to-function link
  • Loading branch information
rauchg committed Feb 16, 2013
2 parents 379fb76 + 4224003 commit 0ad86ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Enumerable

Enumerable mixin.
Expand All @@ -17,7 +16,7 @@ users

## Implementation

Nearly all methods utilize the [to-function](github.com/component/to-function)
Nearly all methods utilize the [to-function](https://github.com/component/to-function)
component, which converts the argument passed to a function. For example
`.map('name.first')` expands to a function effectively defined as `return obj.name.first`,
likewise `.select(/^Tobi/)` expands to `return /^Tobi/.test(str)` and so on. For details
Expand Down

0 comments on commit 0ad86ab

Please sign in to comment.