diff options
Diffstat (limited to 'components/script/dom/response.rs')
-rw-r--r-- | components/script/dom/response.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/response.rs b/components/script/dom/response.rs index 0d43077495a..b419f3aa1d6 100644 --- a/components/script/dom/response.rs +++ b/components/script/dom/response.rs @@ -47,7 +47,7 @@ pub struct Response { url: DomRefCell<Option<ServoUrl>>, #[no_trace] url_list: DomRefCell<Vec<ServoUrl>>, - /// The stream of https://fetch.spec.whatwg.org/#body. + /// The stream of <https://fetch.spec.whatwg.org/#body>. body_stream: MutNullableDom<ReadableStream>, #[ignore_malloc_size_of = "StreamConsumer"] stream_consumer: DomRefCell<Option<StreamConsumer>>, |