diff --git a/core/lib/Drupal/Core/Path/CurrentPathStack.php b/core/lib/Drupal/Core/Path/CurrentPathStack.php index d7abdb1..8529e76 100644 --- a/core/lib/Drupal/Core/Path/CurrentPathStack.php +++ b/core/lib/Drupal/Core/Path/CurrentPathStack.php @@ -49,7 +49,7 @@ public function __construct(RequestStack $request_stack) { * (optional) The request. * * @return string - * Returns the path, without leading slashes. + * Returns the path. */ public function getPath($request = NULL) { if (!isset($request)) {