Skip to content

Commit

Permalink
[Utils -> pipe, docs] update description
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Terekhin committed Aug 21, 2014
1 parent d2eb702 commit ee4a99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ Echo.Utils.promisify = function(fn, ctx) {
/**
* @static
* Provides an interface to pipe promises: it takes a [promise object](http://api.jquery.com/promise/)
* and pipes it through the list of promise objects. If promise object has an async nature,
* and pipes it through the list of promisified functions. If promise object has an async nature,
* then execution continues after the previous promise is either resolved or rejected.
*
* var fn = function(o, callback) {
Expand Down

0 comments on commit ee4a99b

Please sign in to comment.