Skip to content

Commit

Permalink
Fix indentation issue in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyball committed May 22, 2020
1 parent 2d58165 commit 9939ad5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,9 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
button?.setImage(image, for: .normal)
})
```
- Add `Promise.Resolver.hasRequestedCancel` (`TWLResolver.cancelRequested` in Obj-C) that returns `true` if the promise has been requested to
cancel or is already cancelled, or `false` if it hasn't been requested to cancel or is fulfilled or rejected. This can be used when a promise initializer takes
significant time in a manner not easily interrupted by an `onRequestCancel` handler ([#47][]).
- Add `Promise.Resolver.hasRequestedCancel` (`TWLResolver.cancelRequested` in Obj-C) that returns `true` if the promise has been requested to
cancel or is already cancelled, or `false` if it hasn't been requested to cancel or is fulfilled or rejected. This can be used when a promise initializer takes
significant time in a manner not easily interrupted by an `onRequestCancel` handler ([#47][]).

[#34]: https://github.com/lilyball/Tomorrowland/issues/34 "Add a .mainImmediate context"
[#47]: https://github.com/lilyball/Tomorrowland/issues/47 "Add Promise.Resolver.isCancelled property"
Expand Down

0 comments on commit 9939ad5

Please sign in to comment.