Skip to content

Commit 35b8798

Browse files
Typo in PHPdoc
1 parent f2807c6 commit 35b8798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection/ConnectionPoolInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface ConnectionPoolInterface
2222
public function operate(ConnectionHandlerFactoryInterface $connectionHandlerFactory, $timeoutLoop);
2323

2424
/**
25-
* Shutdown to connection pool cleanly. Usually triggered following a
25+
* Shutdown the connection pool cleanly. Usually triggered following a
2626
* SIGINT.
2727
*/
2828
public function shutdown();

0 commit comments

Comments
 (0)