Skip to content

Commit 3ce33f0

Browse files
authored
Merge pull request #25 from async-interop/meta-naming
Improve wording for the naming section in META
2 parents 8c50edd + 822980b commit 3ce33f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

META.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Additionally, coroutines do not use the returned `Promise` of a `then` callback,
1818

1919
## Naming
2020

21-
Even though we are not using a thenable, `Promise` is a more recognizable and accepted name for future value placeholders.
21+
`Promise` is a recognized and accepted name for future value placeholders, it's not strictly tied to the `Thenable` API.
2222

2323
## Creation of Promises
2424

0 commit comments

Comments
 (0)