Skip to content

Commit f52f930

Browse files
authored
Merge pull request #233 from nhedger/patch-2
Fix typo in docblock
2 parents 78f7f43 + 6912b3e commit f52f930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class Loop
1717

1818
/**
1919
* Returns the event loop.
20-
* When no loop is set it will it will call the factory to create one.
20+
* When no loop is set, it will call the factory to create one.
2121
*
2222
* This method always returns an instance implementing `LoopInterface`,
2323
* the actual event loop implementation is an implementation detail.

0 commit comments

Comments
 (0)