diff --git a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php index 63102ef..d4b0608 100644 --- a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php +++ b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php @@ -258,7 +258,7 @@ 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 and it is + * either the default revision, or a pending revision if one exists and it is * newer than the default. * * @return $this