Skip to content

Commit e97b5b1

Browse files
authored
Fix another typo
This seems to have been present in both files
1 parent 3ec30fa commit e97b5b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ A `Promise` MUST implement `Interop\Async\Promise` and thus provide a `when` met
4545
namespace Interop\Async;
4646

4747
/**
48-
* Representation of a the future value of an asynchronous operation.
48+
* Representation of the future value of an asynchronous operation.
4949
*/
5050
interface Promise
5151
{
52-
/**
52+
/**
5353
* Registers a callback to be invoked when the promise is resolved.
5454
*
5555
* The callback receives `null` as first parameter and `$value` as second parameter on success. It receives the

0 commit comments

Comments
 (0)