diff --git a/core/lib/Drupal/Core/Entity/ContentEntityType.php b/core/lib/Drupal/Core/Entity/ContentEntityType.php index 594df16..f69f901 100644 --- a/core/lib/Drupal/Core/Entity/ContentEntityType.php +++ b/core/lib/Drupal/Core/Entity/ContentEntityType.php @@ -8,7 +8,7 @@ namespace Drupal\Core\Entity; /** - * Defines a config entity type annotation object. + * Provides an implementation of a content entity type and its metadata. */ class ContentEntityType extends EntityType implements ContentEntityTypeInterface {