1
0
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:
Markus Staab 2015-02-18 20:14:41 +01:00
parent 446e09a95d
commit 2a1c086390

View File

@ -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) {