diff --git a/core/lib/Drupal/Core/Routing/RouteBuilderInterface.php b/core/lib/Drupal/Core/Routing/RouteBuilderInterface.php index fc8e890..6813b70 100644 --- a/core/lib/Drupal/Core/Routing/RouteBuilderInterface.php +++ b/core/lib/Drupal/Core/Routing/RouteBuilderInterface.php @@ -8,7 +8,7 @@ namespace Drupal\Core\Routing; /** - * Builds and possibly dumps the route information. + * Rebuilds the route info and dumps to dumper. * * @see \Drupal\Core\Routing\MatcherDumperInterface * @see \Drupal\Core\Routing\RouteProviderInterface