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 *