We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec30fa commit e97b5b1Copy full SHA for e97b5b1
README.md
@@ -45,11 +45,11 @@ A `Promise` MUST implement `Interop\Async\Promise` and thus provide a `when` met
45
namespace Interop\Async;
46
47
/**
48
- * Representation of a the future value of an asynchronous operation.
+ * Representation of the future value of an asynchronous operation.
49
*/
50
interface Promise
51
{
52
- /**
+ /**
53
* Registers a callback to be invoked when the promise is resolved.
54
*
55
* The callback receives `null` as first parameter and `$value` as second parameter on success. It receives the
0 commit comments