diff --git a/core/lib/Drupal/Core/Database/Connection.php b/core/lib/Drupal/Core/Database/Connection.php index d6d3305e9e7521ed28a3fa330a454482c0872e92..c6ce48e523c8a2f530a416fb7a20a7e3ca712a9d 100644 --- a/core/lib/Drupal/Core/Database/Connection.php +++ b/core/lib/Drupal/Core/Database/Connection.php @@ -1533,7 +1533,7 @@ public function clientVersion() { * @return bool * TRUE if this connection supports transactions, FALSE otherwise. * - * @deprecated in drupal:9.1.0 and is removed in drupal:10.0.0. All database + * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. All database * drivers must support transactions. * * @see https://www.drupal.org/node/2278745