Skip to content

Commit 2bb1f17

Browse files
authored
Remove duplicate word in the docs (#1989)
1 parent f1b44a9 commit 2bb1f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ their result. The HTTP response that is downloaded first will be printed first.
148148
the requests are created do not matter.
149149

150150
The `Result::wait()` function will iterate over provided results, and yield
151-
the the response as soon as it has been resolved.
151+
the response as soon as it has been resolved.
152152

153153
The function has a `?float $timeout = null` argument. If the timeout is set to
154154
`2.0`, the HTTP client will wait up to 2 seconds for responses. Each time a response

0 commit comments

Comments
 (0)