Merge pull request #656 from shibukawa/patch-2

Update mithril.deferred.md
This commit is contained in:
Leo Horie 2015-06-11 12:17:36 -05:00
commit c32b723490

View file

@ -223,7 +223,7 @@ where:
The default value (if this parameter is falsy) is the identity function `function(value) {return value}`
If this function returns undefined, then it passes the `value` argument to the next step in the thennable queue, if any
If this function returns undefined, then it passes the `value` argument to the next step in the thenable queue, if any
- **any errorCallback(any value)** (optional)
@ -231,7 +231,7 @@ where:
The default value (if this parameter is falsy) is the identity function `function(value) {return value}`
If this function returns undefined, then it passes the `value` argument to the next step in the thennable queue, if any
If this function returns undefined, then it passes the `value` argument to the next step in the thenable queue, if any
- **returns Promise promise**