diff --git a/core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php b/core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php
index 4425d28..51aa765 100644
--- a/core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php
+++ b/core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php
@@ -22,7 +22,7 @@ public function getAllBundleInfo();
    *   The entity type.
    *
    * @return array
-   *   Returns the bundle information for the specified entity type.
+   *   Returns an array of bundle ID .
    */
   public function getBundleInfo($entity_type);
 
