Skip to content

Commit

Permalink
Merge pull request #233 from nhedger/patch-2
Browse files Browse the repository at this point in the history
Fix typo in docblock
  • Loading branch information
WyriHaximus authored Jul 5, 2021
2 parents 78f7f43 + 6912b3e commit f52f930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Loop.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final class Loop

/**
* Returns the event loop.
* When no loop is set it will it will call the factory to create one.
* When no loop is set, it will call the factory to create one.
*
* This method always returns an instance implementing `LoopInterface`,
* the actual event loop implementation is an implementation detail.
Expand Down

0 comments on commit f52f930

Please sign in to comment.