Skip to content

Commit

Permalink
fixed to-function link
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Feb 16, 2013
1 parent 379fb76 commit 4224003
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Readme.md
@@ -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 4224003

Please sign in to comment.