Fix a typo in then.md (#43)

This commit is contained in:
Dmitriy Purgin 2021-01-23 13:41:38 +01:00 committed by GitHub
parent 0c3955cca5
commit bac405febf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,5 +95,5 @@ auto output = input.then([](int res) {
// 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.