Skip to content

Commit 28b992e

Browse files
committed
update docstring
1 parent ee0452b commit 28b992e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/shelf_router/lib/src/router.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ class Router {
205205
]) as Response;
206206
}
207207

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
208+
/// Removes the "rest path" from the requested [urlPath] in mounted routes.
209+
/// This new path is then used to update the scope of the mounted handler with
210210
/// [Request.change]
211211
String _getEffectiveMountPath(
212212
String urlPath,

0 commit comments

Comments
 (0)