mirror of
https://github.com/danog/amp.git
synced 2025-01-22 05:11:42 +01:00
Fixed typo
Credits to @bwoebi
This commit is contained in:
parent
446e09a95d
commit
2a1c086390
@ -9,7 +9,7 @@ abstract class CoroutineResolver implements Reactor {
|
||||
* Upon resolution the final yielded value is used to succeed the returned promise. If an
|
||||
* error occurs the returned promise is failed appropriately.
|
||||
*
|
||||
* @param \Generator $generator
|
||||
* @param \Generator $gen
|
||||
* @return Promise
|
||||
*/
|
||||
public function coroutine(\Generator $gen) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user