aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Yin <tederminant@gmail.com>2018-02-03 23:15:55 -0500
committerGitHub <noreply@github.com>2018-02-03 23:15:55 -0500
commitd6c2105d37693ed0813311cd764170693d3a8b19 (patch)
treeb8cc5495f7ea295b5dc711a8877a23fcfec35208
parent5de6935b68180f0adae5b9ebaf83c65f083088ac (diff)
Update README.rst
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f87ed88..9cdcd21 100644
--- a/README.rst
+++ b/README.rst
@@ -66,6 +66,6 @@ that follow the created promise.
template<typename FuncFulfilled, typename FuncRejected>
promise_t then(FuncFulfilled on_fulfilled,
- FuncRejected on_rejected) const;
+ FuncRejected on_rejected) const;
Create a promise that handles both resolution and rejection of the current promise.