Skip to content

Commit 919c380

Browse files
authored
Escape [sic] in docs (not an intra doc link) (hyperium#79)
1 parent 028c48f commit 919c380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/referer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use http::header::HeaderValue;
55
/// `Referer` header, defined in
66
/// [RFC7231](http://tools.ietf.org/html/rfc7231#section-5.5.2)
77
///
8-
/// The `Referer` [sic] header field allows the user agent to specify a
8+
/// The `Referer` \[sic\] header field allows the user agent to specify a
99
/// URI reference for the resource from which the target URI was obtained
1010
/// (i.e., the "referrer", though the field name is misspelled). A user
1111
/// agent MUST NOT include the fragment and userinfo components of the

0 commit comments

Comments
 (0)