diff options
Diffstat (limited to 'components/constellation/browsingcontext.rs')
-rw-r--r-- | components/constellation/browsingcontext.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/constellation/browsingcontext.rs b/components/constellation/browsingcontext.rs index a75ed4900bd..42561d091c7 100644 --- a/components/constellation/browsingcontext.rs +++ b/components/constellation/browsingcontext.rs @@ -14,7 +14,7 @@ use style_traits::CSSPixel; /// The constellation's view of a browsing context. /// Each browsing context has a session history, caused by -/// navigation and traversing the history. Each browsing contest has its +/// navigation and traversing the history. Each browsing context has its /// current entry, plus past and future entries. The past is sorted /// chronologically, the future is sorted reverse chronologically: /// in particular prev.pop() is the latest past entry, and |