diff --git a/src/Loop.php b/src/Loop.php index 7f1d962c..9eb6e510 100644 --- a/src/Loop.php +++ b/src/Loop.php @@ -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.