From 5de6935b68180f0adae5b9ebaf83c65f083088ac Mon Sep 17 00:00:00 2001 From: Ted Yin Date: Sat, 3 Feb 2018 22:52:22 -0500 Subject: Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - 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. -- cgit v1.2.3