1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-01-18 21:25:25 +00:00

use parens to appease linter

This commit is contained in:
Keith Cirkel 2024-08-21 00:18:09 +01:00
parent f96a21f1fa
commit 4f8819d277
No known key found for this signature in database

View file

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