Skip to content

Commit

Permalink
fix alias formatting for wrapSync
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Early committed Jun 29, 2015
1 parent 4e402ad commit c9d6cdc
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 @@ -1673,7 +1673,7 @@ async.auto({
<a name="wrapSync">
### asyncify(func)
*Alias: wrapSync*
__Alias:__ `wrapSync`
Take a sync function and make it async, passing its return value to a callback. This is useful for plugging sync functions into a waterfall, series, or other async functions. Any arguments passed to the generated function will be passed to the wrapped function (except for the final callback argument). Errors thrown will be passed to the callback.
Expand Down

0 comments on commit c9d6cdc

Please sign in to comment.