From 4f8819d277a6a16faad056e8dd30030d3705beca Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Wed, 21 Aug 2024 00:18:09 +0100 Subject: [PATCH] use parens to appease linter --- actix-web/src/http/header/referer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-web/src/http/header/referer.rs b/actix-web/src/http/header/referer.rs index 503f7e4f..0087b10f 100644 --- a/actix-web/src/http/header/referer.rs +++ b/actix-web/src/http/header/referer.rs @@ -4,7 +4,7 @@ crate::http::header::common_header! { /// `Referer` header, defined /// in [RFC 9110 ยง10.1.3](https://datatracker.ietf.org/doc/html/rfc9110#section-10.1.3) /// - /// The "Referer" [sic] header field allows the user agent to specify a URI + /// The "Referer" (sic) header field allows the user agent to specify a URI /// reference for the resource from which the target URI was obtained (i.e., /// the "referrer", though the field name is misspelled). ///