diff --git a/core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php b/core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php index fe77434..44943e2 100644 --- a/core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php +++ b/core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php @@ -23,9 +23,9 @@ * For both list and complex data it call recursively out to the properties / * elements of the list. * - * This class calls out to a couple of methods on the context marked as - * internally. Those are internally for the validator (which is implemented by - * this class) but should not be called by users. + * This class calls out to some methods on the execution context marked as + * internal. These methods are internal to the validator (which is implemented + * by this class) but should not be called by users. * See http://symfony.com/doc/current/contributing/code/bc.html for more * information about @internal. *