diff --git a/src/info.rs b/src/info.rs index 951974684..8c2d521aa 100644 --- a/src/info.rs +++ b/src/info.rs @@ -15,7 +15,7 @@ const X_FORWARDED_PROTO: &[u8] = b"x-forwarded-proto"; /// `HttpRequest` connection information /// -/// `ConnectionInfo` implements `FromRequest` and extracted in handlers. +/// `ConnectionInfo` implements `FromRequest` and can be extracted in handlers. /// /// ## Example ///