From ec21394668929f37d9289b9de0a2a355e7e1f96a Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Tue, 22 Jun 2021 11:46:17 -0400 Subject: [PATCH] fix typo --- src/info.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ///