mirror of https://github.com/fafhrd91/actix-web
fix typo
This commit is contained in:
parent
3fde873973
commit
ec21394668
|
@ -15,7 +15,7 @@ const X_FORWARDED_PROTO: &[u8] = b"x-forwarded-proto";
|
||||||
|
|
||||||
/// `HttpRequest` connection information
|
/// `HttpRequest` connection information
|
||||||
///
|
///
|
||||||
/// `ConnectionInfo` implements `FromRequest` and extracted in handlers.
|
/// `ConnectionInfo` implements `FromRequest` and can be extracted in handlers.
|
||||||
///
|
///
|
||||||
/// ## Example
|
/// ## Example
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue