diff --git a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php index b36375a..63102ef 100644 --- a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php +++ b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php @@ -248,7 +248,7 @@ public function andConditionGroup(); public function orConditionGroup(); /** - * Queries the default revision. + * Queries the current revision. * * @return $this */ @@ -257,9 +257,9 @@ public function currentRevision(); /** * Queries the latest revision. * - * The latest revision is the most recent revision of an entity. - * This will be either the default revision, or a draft revision - * if one exists newer than the default. + * The latest revision is the most recent revision of an entity. This will be + * either the default revision, or a draft revision if one exists and it is + * newer than the default. * * @return $this */