diff --git a/core/lib/Drupal/Core/Database/Query/ConditionInterface.php b/core/lib/Drupal/Core/Database/Query/ConditionInterface.php index aa5090a89a3..221f0e2b49c 100644 --- a/core/lib/Drupal/Core/Database/Query/ConditionInterface.php +++ b/core/lib/Drupal/Core/Database/Query/ConditionInterface.php @@ -197,7 +197,7 @@ interface ConditionInterface { * * @param $conjunction * - AND (default): this is the equivalent of andConditionGroup(). - * - OR: this is the equivalent of andConditionGroup(). + * - OR: this is the equivalent of orConditionGroup(). * * @return \Drupal\Core\Database\Query\ConditionInterface * An object holding a group of conditions.