diff --git a/core/lib/Drupal/Core/Form/FormBuilderInterface.php b/core/lib/Drupal/Core/Form/FormBuilderInterface.php index 9178278..125199d 100644 --- a/core/lib/Drupal/Core/Form/FormBuilderInterface.php +++ b/core/lib/Drupal/Core/Form/FormBuilderInterface.php @@ -78,7 +78,7 @@ public function getForm($form_arg); * Thrown when a form is triggered via an AJAX submission. It will be * handled by \Drupal\Core\Form\EventSubscriber\FormAjaxSubscriber. * @throws \Drupal\Core\Form\EnforcedResponseException - * Thrown when a form builder returns an exception directly, usually a + * Thrown when a form builder returns a response directly, usually a * \Symfony\Component\HttpFoundation\RedirectResponse. It will be handled by * \Drupal\Core\EventSubscriber\EnforcedFormResponseSubscriber. *