Skip to content

Commit 39a70d8

Browse files
authored
Fix typos (#509)
1 parent 5068974 commit 39a70d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ final public static function wait(iterable $responses, float $timeout = null, bo
173173
}
174174
} catch (TransportException $e) {
175175
// Exception is stored as an array, because storing an instance of \Exception will create a circular
176-
// reference and prevent `__destruct` beeing called.
176+
// reference and prevent `__destruct` being called.
177177
$response->resolveResult = [NetworkException::class, ['Could not contact remote server.', 0, $e]];
178178

179179
if (null !== $index) {

0 commit comments

Comments
 (0)