diff --git a/core/lib/Drupal/Core/Entity/EntityStorageInterface.php b/core/lib/Drupal/Core/Entity/EntityStorageInterface.php
index a06a72f001541fe6e7bc2980a0992212c3841b0f..415a5165aa9b5cf9da5b94f1d7511a35a31ca647 100644
--- a/core/lib/Drupal/Core/Entity/EntityStorageInterface.php
+++ b/core/lib/Drupal/Core/Entity/EntityStorageInterface.php
@@ -42,8 +42,8 @@ public function resetCache(?array $ids = NULL);
    *   An array of entity IDs, or NULL to load all entities.
    *
    * @return \Drupal\Core\Entity\EntityInterface[]
-   *   An array of entity objects indexed by their IDs. Returns an empty array
-   *   if no matching entities are found.
+   *   An array of successfully loaded objects indexed by their IDs.
+   *   Returns an empty array if no matching entities are found.
    */
   public function loadMultiple(?array $ids = NULL);