diff --git a/core/modules/views/views.api.php b/core/modules/views/views.api.php
index 29e5382..cacb509 100644
--- a/core/modules/views/views.api.php
+++ b/core/modules/views/views.api.php
@@ -503,9 +503,7 @@ function hook_views_data_alter(array &$data) {
 /**
  * Override the default Views data for a Field API field.
  *
- * The field module's implementation of hook_views_data() invokes this for each
- * field storage, in the module that defines the field type. It is not invoked
- * in other modules.
+ * Implements the hook_views_data().
  *
  * If no hook implementation exists, hook_views_data() falls back to
  * views_field_default_views_data().
