From 6912b3e944f9e108bb233a4230ea21749e75e1c3 Mon Sep 17 00:00:00 2001 From: Nicolas Hedger <649677+nhedger@users.noreply.github.com> Date: Mon, 5 Jul 2021 12:47:23 +0200 Subject: [PATCH] Fix typo in docblock --- src/Loop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.