Skip to content

Commit 4ca2635

Browse files
committed
fix(request): make url comment match upstream
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent ea02080 commit 4ca2635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl<State> Request<State> {
6969
self.req.method()
7070
}
7171

72-
/// Access the request's full URI method.
72+
/// Get a reference to request's URI.
7373
///
7474
/// # Examples
7575
///

0 commit comments

Comments
 (0)