Loading core/.cspell.json +2 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,8 @@ "grey", "hte", "ist", "please" "please", "queuing" ], "overrides": [ { Loading core/lib/Drupal/Core/Database/Query/SelectInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -328,7 +328,7 @@ public function leftJoin($table, $alias = NULL, $condition = NULL, $arguments = /** * Join against another table in the database. * * This method does the "hard" work of queuing up a table to be joined against. * This method does the "hard" work of queueing up a table to be joined against. * In some cases, that may include dipping into the Schema API to find the necessary * fields on which to join. * Loading Loading
core/.cspell.json +2 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,8 @@ "grey", "hte", "ist", "please" "please", "queuing" ], "overrides": [ { Loading
core/lib/Drupal/Core/Database/Query/SelectInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -328,7 +328,7 @@ public function leftJoin($table, $alias = NULL, $condition = NULL, $arguments = /** * Join against another table in the database. * * This method does the "hard" work of queuing up a table to be joined against. * This method does the "hard" work of queueing up a table to be joined against. * In some cases, that may include dipping into the Schema API to find the necessary * fields on which to join. * Loading