diff --git a/core/includes/entity.inc b/core/includes/entity.inc index 9e5bcfa..89e81f0 100644 --- a/core/includes/entity.inc +++ b/core/includes/entity.inc @@ -147,9 +147,9 @@ function entity_revision_delete($entity_type, $revision_id) { * Drupal\Core\Entity\Sql\SqlContentEntityStorage is used for content entities * and Drupal\Core\Config\Entity\ConfigEntityStorage for config entities. Entity * types can specify that a different class should be used by setting the - * "handlers['storage']" key in the entity plugin annotation. These classes can - * either implement the Drupal\Core\Entity\EntityStorageInterface interface, or, - * most commonly, extend the + * "handlers['storage']" key in the entity plugin annotation. These classes + * can either implement the Drupal\Core\Entity\EntityStorageInterface interface, + * or, most commonly, extend the * Drupal\Core\Entity\Sql\SqlContentEntityStorage class. * See Drupal\node\Entity\Node and Drupal\node\NodeStorage * for an example.