From e2d688ae9dc485c578e0961e97842cd363d32e02 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Fri, 14 Nov 2025 11:21:35 +0100 Subject: [PATCH] Remove duplicate word in the docs --- docs/features/async.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/async.md b/docs/features/async.md index 45423bc9f..6ca182b5a 100644 --- a/docs/features/async.md +++ b/docs/features/async.md @@ -148,7 +148,7 @@ their result. The HTTP response that is downloaded first will be printed first. the requests are created do not matter. The `Result::wait()` function will iterate over provided results, and yield -the the response as soon as it has been resolved. +the response as soon as it has been resolved. The function has a `?float $timeout = null` argument. If the timeout is set to `2.0`, the HTTP client will wait up to 2 seconds for responses. Each time a response