diff --git a/core/lib/Drupal/Core/Database/Connection.php b/core/lib/Drupal/Core/Database/Connection.php index a49fcab8386..94a07d3599d 100644 --- a/core/lib/Drupal/Core/Database/Connection.php +++ b/core/lib/Drupal/Core/Database/Connection.php @@ -1711,8 +1711,8 @@ abstract class Connection { /** * Prepares a statement for execution and returns a statement object * - * Emulated prepared statements does not communicate with the database server - * so this method does not check the statement. + * Emulated prepared statements do not communicate with the database server so + * this method does not check the statement. * * @param string $statement * This must be a valid SQL statement for the target database server.