aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Yin <tederminant@gmail.com>2018-02-03 22:52:22 -0500
committerGitHub <noreply@github.com>2018-02-03 22:52:22 -0500
commit5de6935b68180f0adae5b9ebaf83c65f083088ac (patch)
tree4b4ef15e132d67fd3da32e6057a359c58f5d4bf2
parent1e4b2fdb9308494b7c1f75816f10ebc7b11b0533 (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 5f3d2fb..f87ed88 100644
--- a/README.rst
+++ b/README.rst
@@ -65,7 +65,7 @@ that follow the created promise.
.. code-block:: cpp
template<typename FuncFulfilled, typename FuncRejected>
- inline promise_t then(FuncFulfilled on_fulfilled,
+ promise_t then(FuncFulfilled on_fulfilled,
FuncRejected on_rejected) const;
Create a promise that handles both resolution and rejection of the current promise.