Skip to content

Commit 78e21c6

Browse files
committed
Typo
1 parent 9148a5a commit 78e21c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function __construct(Observable $client)
133133
*/
134134
public static function create(LoopInterface $loop, string $app, Resolver $resolver = null): AsyncClient
135135
{
136-
// Rather not do this, but have to untill ReactPHP gets it's own global loop
136+
// Rather not do this, but have to until ReactPHP gets it's own global loop
137137
try {
138138
Scheduler::setAsyncFactory(function () use ($loop) {
139139
return new Scheduler\EventLoopScheduler($loop);

0 commit comments

Comments
 (0)