diff options
Diffstat (limited to 'components/script/dom/textdecoder.rs')
-rw-r--r-- | components/script/dom/textdecoder.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/textdecoder.rs b/components/script/dom/textdecoder.rs index 37e694c052b..26ba8047c6b 100644 --- a/components/script/dom/textdecoder.rs +++ b/components/script/dom/textdecoder.rs @@ -42,7 +42,7 @@ impl TextDecoder { TextDecoderBinding::Wrap) } - /// https://encoding.spec.whatwg.org/#dom-textdecoder + /// <https://encoding.spec.whatwg.org/#dom-textdecoder> pub fn Constructor(global: &GlobalScope, label: DOMString, options: &TextDecoderBinding::TextDecoderOptions) |