This commit is contained in:
Ibraheem Ahmed 2021-06-22 11:46:17 -04:00 committed by GitHub
parent 3fde873973
commit ec21394668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
///