mirror of
https://github.com/predis/predis.git
synced 2026-09-13 03:47:03 +00:00
Apply minor grammar fix in comment.
[ci skip]
This commit is contained in:
@@ -443,8 +443,8 @@ class MasterSlaveReplication implements ReplicationInterface
|
||||
$connection->disconnect();
|
||||
|
||||
if ($connection === $this->master && !$this->autoDiscovery) {
|
||||
// Throw immediatly when master connection is failing, even
|
||||
// if the command represents a read-only operation, unless
|
||||
// Throw immediately when master connection is failing, even
|
||||
// when the command represents a read-only operation, unless
|
||||
// automatic discovery has been enabled.
|
||||
throw $exception;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user