From 22b431ea838d39c9df52395640ffe121af197924 Mon Sep 17 00:00:00 2001 From: Bilge Date: Sat, 6 Apr 2024 22:30:59 +0100 Subject: [PATCH] Fixed incorrect doc reference to non-existent any() function. --- src/Future/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Future/functions.php b/src/Future/functions.php index b3afa63e..b383dd63 100644 --- a/src/Future/functions.php +++ b/src/Future/functions.php @@ -10,7 +10,7 @@ /** * Unwraps the first completed future. * - * If you want the first future completed without an error, use {@see any()} instead. + * If you want the first future completed without an error, use {@see awaitAny()} instead. * * @template T *