aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2016-01-08 20:51:33 -0500
committerCorey Farwell <coreyf@rwell.org>2016-01-08 20:51:33 -0500
commit7973bb7d70196827f96ebc54847d6a33c8fa60e5 (patch)
tree8eb18b7437b857b516689d443d191a4ffffba5e5 /components/script/dom
parent083d3e0201772918d040a6eb12e87c03fd443587 (diff)
downloadservo-7973bb7d70196827f96ebc54847d6a33c8fa60e5.tar.gz
servo-7973bb7d70196827f96ebc54847d6a33c8fa60e5.zip
Fix broken spec link in HTMLScriptElement
Diffstat (limited to 'components/script/dom')
-rw-r--r--components/script/dom/htmlscriptelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlscriptelement.rs b/components/script/dom/htmlscriptelement.rs
index 2bc483d1999..b2af1d414a4 100644
--- a/components/script/dom/htmlscriptelement.rs
+++ b/components/script/dom/htmlscriptelement.rs
@@ -99,7 +99,7 @@ impl HTMLScriptElement {
/// Supported script types as defined by
-/// <https://html.spec.whatwg.org/multipage/#support-the-scripting-language>.
+/// <https://html.spec.whatwg.org/multipage/#javascript-mime-type>.
static SCRIPT_JS_MIMES: StaticStringVec = &[
"application/ecmascript",
"application/javascript",