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