Skip to content

Commit 9882a42

Browse files
authored
Merge pull request #32 from joshdifabio/patch-3
Correct typo
2 parents e97b5b1 + f05a8cb commit 9882a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

META.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Coroutines solve the problem of the so-called callback hell very nicely and also
1010

1111
## Choice of `when()`
1212

13-
The specification proposes `when()` in order to only expose the most primitive common denominatior needed for interoperability, which is a simple callable to be executed after the resolution.
13+
The specification proposes `when()` in order to only expose the most primitive common denominator needed for interoperability, which is a simple callable to be executed after the resolution.
1414

1515
If implementations wish to adhere to e.g. [Promises/A+ from Javascript](https://promisesaplus.com) (which had been implemented in many PHP Promise libraries at the time of writing this specification) or implement any other methods, they still may do so; `when()` however is the fundamental interoperable primitive every `Promise` is guaranteed to have.
1616

@@ -26,4 +26,4 @@ Additionally, coroutines do not use the returned `Promise` of a `then` callback,
2626

2727
## Resolution of Promises
2828

29-
The specification defines that the value of a `Promise` must never be another `Promise`. Implementations may still accept to be resolved by a promise and then defer the resolution until the passed promise resolves.
29+
The specification defines that the value of a `Promise` must never be another `Promise`. Implementations may still accept to be resolved by a promise and then defer the resolution until the passed promise resolves.

0 commit comments

Comments
 (0)