Skip to content

Commit c98af47

Browse files
WyriHaximuskelunik
authored andcommitted
s/non/none
1 parent 09d5283 commit c98af47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LoopDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface LoopDriver
99
*
1010
* The loop MUST continue to run until it is either stopped explicitly, no referenced watchers exist anymore, or an
1111
* exception is thrown that cannot be handled. Exceptions that cannot be handled are exceptions thrown from an
12-
* error handler or exceptions that would be passed to an error handler but non exists to handle them.
12+
* error handler or exceptions that would be passed to an error handler but none exists to handle them.
1313
*
1414
* @return void
1515
*/

0 commit comments

Comments
 (0)