Skip to content

Commit

Permalink
Merge pull request #1102 from ericz/patch-1
Browse files Browse the repository at this point in the history
Clarify async.reflect description
  • Loading branch information
megawac committed Apr 7, 2016
2 parents 5d2f19b + ed7b73f commit e979953
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 @@ -2104,7 +2104,7 @@ async.timeout(function(callback) {
### reflect(function)

Wraps the function in another function that always returns data even when it errors.
The object returns ether has a property of error or value.
The object returned has either the property `error` or `value`.

__Arguments__

Expand Down

0 comments on commit e979953

Please sign in to comment.