File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ response sequentially instead of waiting for the entire response::
890890 ``php://temp `` stream. You can control this behavior by using the ``buffer ``
891891 option: set it to ``true ``/``false `` to enable/disable buffering, or to a
892892 closure that should return the same based on the response headers it receives
893- as argument.
893+ as an argument.
894894
895895Canceling Responses
896896~~~~~~~~~~~~~~~~~~~
@@ -1064,7 +1064,7 @@ method will yield a special chunk whose ``isTimeout()`` will return ``true``::
10641064
10651065 foreach ($client->stream($responses, 1.5) as $response => $chunk) {
10661066 if ($chunk->isTimeout()) {
1067- // $response staled for more than 1.5 seconds
1067+ // $response stale for more than 1.5 seconds
10681068 }
10691069 }
10701070
You can’t perform that action at this time.
0 commit comments