We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0452b commit 28b992eCopy full SHA for 28b992e
pkgs/shelf_router/lib/src/router.dart
@@ -205,8 +205,8 @@ class Router {
205
]) as Response;
206
}
207
208
- /// Removes the "rest path" from the requested url in mounted routes. This
209
- /// new path is then used to update the scope of the mounted handler with
+ /// Removes the "rest path" from the requested [urlPath] in mounted routes.
+ /// This new path is then used to update the scope of the mounted handler with
210
/// [Request.change]
211
String _getEffectiveMountPath(
212
String urlPath,
0 commit comments