diff options
Diffstat (limited to 'components/script_traits/script_msg.rs')
-rw-r--r-- | components/script_traits/script_msg.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_traits/script_msg.rs b/components/script_traits/script_msg.rs index 6ad93d922d4..e4ee7dfde68 100644 --- a/components/script_traits/script_msg.rs +++ b/components/script_traits/script_msg.rs @@ -137,7 +137,7 @@ pub enum ScriptMsg { /// Scroll a page in a window ScrollFragmentPoint(ClipId, Point2D<f32>, bool), /// Set title of current page - /// https://html.spec.whatwg.org/multipage/#document.title + /// <https://html.spec.whatwg.org/multipage/#document.title> SetTitle(Option<String>), /// Send a key event SendKeyEvent(Option<char>, Key, KeyState, KeyModifiers), |