Skip to content

Commit 53f3cf1

Browse files
authored
Merge pull request #145 from cn007b/patch-1
Fixed typo.
2 parents 49bca29 + 1e797f9 commit 53f3cf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ $server->on('connection', function (ConnectionInterface $connection) {
736736
You MAY pass a `null` limit in order to put no limit on the number of
737737
open connections and keep accepting new connection until you run out of
738738
operating system resources (such as open file handles). This may be
739-
useful it you do not want to take care of applying a limit but still want
739+
useful if you do not want to take care of applying a limit but still want
740740
to use the `getConnections()` method.
741741

742742
You can optionally configure the server to pause accepting new

src/LimitingServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class LimitingServer extends EventEmitter implements ServerInterface
6060
* You MAY pass a `null` limit in order to put no limit on the number of
6161
* open connections and keep accepting new connection until you run out of
6262
* operating system resources (such as open file handles). This may be
63-
* useful it you do not want to take care of applying a limit but still want
63+
* useful if you do not want to take care of applying a limit but still want
6464
* to use the `getConnections()` method.
6565
*
6666
* You can optionally configure the server to pause accepting new

0 commit comments

Comments
 (0)