Skip to content

Commit 645370c

Browse files
authored
Fix typo
1 parent 49ea07a commit 645370c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ interface Promise
5656
*
5757
* If the promise is already resolved, the callback MUST be executed immediately.
5858
*
59-
* @param callable(\Throwable|\Exception|null $reason, $value) @onResolved `$reason` shall be `null` on
59+
* @param callable(\Throwable|\Exception|null $reason, $value) $onResolved `$reason` shall be `null` on
6060
* success, `$value` shall be `null` on failure.
6161
*
6262
* @return mixed Return type and value are unspecified.

0 commit comments

Comments
 (0)