We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40aebc commit c9f227dCopy full SHA for c9f227d
README.md
@@ -384,9 +384,9 @@ The return value of the timer callback function will be ignored and has
384
no effect, so for performance reasons you're recommended to not return
385
any excessive data structures.
386
387
-Unlike [`addTimer()`](#addtimer), this method will ensure the the
388
-callback will be invoked infinitely after the given interval or until you
389
-invoke [`cancelTimer`](#canceltimer).
+Unlike [`addTimer()`](#addtimer), this method will ensure the callback
+will be invoked infinitely after the given interval or until you invoke
+[`cancelTimer`](#canceltimer).
390
391
```php
392
$timer = $loop->addPeriodicTimer(0.1, function () {
0 commit comments