Skip to content

Commit 89dd223

Browse files
committed
Fix typo
1 parent 048e488 commit 89dd223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/React/Promise/Promise.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function __construct($resolver, $canceller = null)
1111
if (!is_callable($resolver)) {
1212
throw new \InvalidArgumentException(
1313
sprintf(
14-
'The resolver arguments must be of type callable, %s given.',
14+
'The resolver argument must be of type callable, %s given.',
1515
gettype($resolver)
1616
)
1717
);

0 commit comments

Comments
 (0)