mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
Fix a typo in then.md (#43)
This commit is contained in:
parent
0c3955cca5
commit
bac405febf
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user