mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-07-05 00:35:24 +08:00
Fix a typo in then.md (#43)
This commit is contained in:
@ -95,5 +95,5 @@ auto output = input.then([](int res) {
|
|||||||
// output.isRejected() is true
|
// output.isRejected() is true
|
||||||
```
|
```
|
||||||
|
|
||||||
If an handler returns a promise (or QFuture), the `output` promise is delayed and will be resolved
|
If a handler returns a promise (or QFuture), the `output` promise is delayed and will be resolved
|
||||||
by the returned promise.
|
by the returned promise.
|
||||||
|
Reference in New Issue
Block a user