diff options
Diffstat (limited to 'components/constellation/session_history.rs')
-rw-r--r-- | components/constellation/session_history.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/constellation/session_history.rs b/components/constellation/session_history.rs index 897a3395189..b29d8635be7 100644 --- a/components/constellation/session_history.rs +++ b/components/constellation/session_history.rs @@ -17,7 +17,7 @@ use style_traits::CSSPixel; use crate::browsingcontext::NewBrowsingContextInfo; /// Represents the joint session history -/// https://html.spec.whatwg.org/multipage/#joint-session-history +/// <https://html.spec.whatwg.org/multipage/#joint-session-history> #[derive(Debug)] pub struct JointSessionHistory { /// Diffs used to traverse to past entries. Oldest entries are at the back, |