diff --git a/core/modules/system/entity.api.php b/core/modules/system/entity.api.php
index 78f0e7a7783fc7e5e80568417b29354aa0706774..e60550f1e65cf01d3cae72333510fb0d6c14cbcb 100644
--- a/core/modules/system/entity.api.php
+++ b/core/modules/system/entity.api.php
@@ -316,8 +316,7 @@
  * - For content entities, the annotation will refer to a number of database
  *   tables and their fields. These annotation properties, such as 'base_table',
  *   'data_table', 'entity_keys', etc., are documented on
- *   \Drupal\Core\Entity\EntityType. Your module will also need to set up its
- *   database tables using hook_schema().
+ *   \Drupal\Core\Entity\EntityType.
  * - For content entities that are displayed on their own pages, the annotation
  *   will refer to a 'uri_callback' function, which takes an object of the
  *   entity interface you have defined as its parameter, and returns routing