Skip to content

Commit 3ec30fa

Browse files
authored
Fixed typo
1 parent 89c48c3 commit 3ec30fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Promise.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Interop\Async;
44

55
/**
6-
* Representation of a the future value of an asynchronous operation.
6+
* Representation of the future value of an asynchronous operation.
77
*/
88
interface Promise
99
{

0 commit comments

Comments
 (0)