mirror of
https://github.com/actix/actix-web.git
synced 2025-01-31 11:22:19 +00:00
use parens to appease linter
This commit is contained in:
parent
f96a21f1fa
commit
4f8819d277
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ crate::http::header::common_header! {
|
||||||
/// `Referer` header, defined
|
/// `Referer` header, defined
|
||||||
/// in [RFC 9110 §10.1.3](https://datatracker.ietf.org/doc/html/rfc9110#section-10.1.3)
|
/// 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.,
|
/// reference for the resource from which the target URI was obtained (i.e.,
|
||||||
/// the "referrer", though the field name is misspelled).
|
/// the "referrer", though the field name is misspelled).
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue