From f9162533b303337790947fbbb699a5b64d39e3c3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 4 Jun 2022 09:38:49 +0300 Subject: [PATCH] typo fix... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3739463..7236bb2 100644 --- a/README.md +++ b/README.md @@ -1389,7 +1389,7 @@ controlled(t.then()) // ... ``` -Note that functionally this can be considered a special-case of an +Note that this functionally can be considered a special-case of an [interactive promise](#interactive-promises), but in reality they are two different implementations, the main differences are: - _Cooperative promise_ constructor does not need a resolver function,