From bcdf6503fb9e34d70225be4f543a46d0d86ca72c Mon Sep 17 00:00:00 2001 From: jklepatch Date: Fri, 26 May 2017 12:26:43 +0800 Subject: [PATCH] Fixed typo in components/constellation/browsingcontext.rs --- components/constellation/browsingcontext.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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