Skip to content

Commit c9f227d

Browse files
author
Ben Roberts
authored
Similar correction of duplicate word ("the")
Similar correction of duplicate word ("the")
1 parent b40aebc commit c9f227d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ The return value of the timer callback function will be ignored and has
384384
no effect, so for performance reasons you're recommended to not return
385385
any excessive data structures.
386386

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).
387+
Unlike [`addTimer()`](#addtimer), this method will ensure the callback
388+
will be invoked infinitely after the given interval or until you invoke
389+
[`cancelTimer`](#canceltimer).
390390

391391
```php
392392
$timer = $loop->addPeriodicTimer(0.1, function () {

0 commit comments

Comments
 (0)