diff --git a/drupal-8.2.x-dev/core/modules/views/views.api.php b/drupal-8.2.x-dev/core/modules/views/views.api.php
index 29e5382..1bc1218 100644
--- a/drupal-8.2.x-dev/core/modules/views/views.api.php
+++ b/drupal-8.2.x-dev/core/modules/views/views.api.php
@@ -503,9 +503,8 @@ 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.
+ * The views invoke hook_views_data() in views_views_data(). The field module 
+ * no longer implements this hook in D8. 
  *
  * If no hook implementation exists, hook_views_data() falls back to
  * views_field_default_views_data().
