From f566a8d44f4f39b4cd085ce791c113ddf434dd22 Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Sat, 21 May 2016 18:05:42 -0400 Subject: [PATCH] Update step annotations for prepare a script --- components/script/dom/document.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/script/dom/document.rs b/components/script/dom/document.rs index 15cb50aa466..50eeeeeb3d5 100644 --- a/components/script/dom/document.rs +++ b/components/script/dom/document.rs @@ -1520,7 +1520,7 @@ impl Document { } /// https://html.spec.whatwg.org/multipage/#the-end step 5 and the latter parts of - /// https://html.spec.whatwg.org/multipage/#prepare-a-script 15.d and 15.e. + /// https://html.spec.whatwg.org/multipage/#prepare-a-script 20.d and 20.e. pub fn process_asap_scripts(&self) { // Execute the first in-order asap-executed script if it's ready, repeat as required. // Re-borrowing the list for each step because it can also be borrowed under execute.