Skip to content

Commit

Permalink
Fix incorrect doc reference to non-existent any() function (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge authored Apr 7, 2024
1 parent cba23b6 commit cab37b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Future/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit cab37b1

Please sign in to comment.