Upgraded drupal core with security updates
[yaffs-website] / web / core / lib / Drupal / Core / Database / Query / ConditionInterface.php
index aa5090a89a3f5aa3b1457b37f52f26c3c12751f4..221f0e2b49c80d94e03bc6dbad333455f7ecf124 100644 (file)
@@ -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.