Skip to content

Commit 6e3f305

Browse files
committed
chore: adjust docs
1 parent 7155d35 commit 6e3f305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/dart_frog/lib/src/request.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ class Request {
135135
);
136136
}
137137

138-
/// The url parameters captured by the router.
138+
/// Returns the url parameters captured by the [Router].
139139
/// Returns an empty map if no parameters are captured.
140+
///
140141
/// The returned map is unmodifiable.
141142
Map<String, String> get params => _request.params;
142143

0 commit comments

Comments
 (0)