diff options
Diffstat (limited to 'components/script/dom/range.rs')
-rw-r--r-- | components/script/dom/range.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/range.rs b/components/script/dom/range.rs index 3f73e55bf34..4d79b008402 100644 --- a/components/script/dom/range.rs +++ b/components/script/dom/range.rs @@ -37,7 +37,7 @@ impl Range { } impl<'a> RangeMethods for JSRef<'a, Range> { - /// http://dom.spec.whatwg.org/#dom-range-detach + /// https://dom.spec.whatwg.org/#dom-range-detach fn Detach(self) { // This method intentionally left blank. } |