typo fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-06-04 09:38:49 +03:00
parent d0a5d472a8
commit f9162533b3

View File

@ -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,