diff --git a/core/modules/system/system.api.php b/core/modules/system/system.api.php
index ef90ed22eb602e73d1a083151db44ed7b6ea4eb4..27bb2eb0942b6c17b6787d9c306a560da8c4222a 100644
--- a/core/modules/system/system.api.php
+++ b/core/modules/system/system.api.php
@@ -3313,8 +3313,7 @@ function hook_link_alter(&$variables) {
  * identified when you are looking at the Drupal source code by having
  * "@ Annotation" in their documentation blocks (without the space after @). To
  * find examples of annotation for a particular annotation class, such as
- * EntityType, look for class files that contain a PHP "use" declaration of the
- * annotation class, or files that have an @ annotation section using the
+ * EntityType, look for class files that have an @ annotation section using the
  * annotation class.
  * @}
  */