diff --git a/actix-web/src/http/header/referer.rs b/actix-web/src/http/header/referer.rs index 503f7e4ff..0087b10fd 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). ///