diff options
Diffstat (limited to 'components/shared/net/request.rs')
-rw-r--r-- | components/shared/net/request.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/net/request.rs b/components/shared/net/request.rs index b1aa5fd0f04..f3fb7362c58 100644 --- a/components/shared/net/request.rs +++ b/components/shared/net/request.rs @@ -186,7 +186,7 @@ impl RequestBody { } } - /// Step 12 of https://fetch.spec.whatwg.org/#concept-http-redirect-fetch + /// Step 12 of <https://fetch.spec.whatwg.org/#concept-http-redirect-fetch> pub fn extract_source(&mut self) { match self.source { BodySource::Null => panic!("Null sources should never be re-directed."), |