diff options
author | jklepatch <julien@julienklepatch.com> | 2017-05-26 12:26:43 +0800 |
---|---|---|
committer | jklepatch <julien@julienklepatch.com> | 2017-05-26 12:26:43 +0800 |
commit | bcdf6503fb9e34d70225be4f543a46d0d86ca72c (patch) | |
tree | 420d65b924c6ad777f0acef23ec7cbbdfa58d1b4 | |
parent | 764da7ba39c0ccbaf807c6131418761f70584322 (diff) | |
download | servo-bcdf6503fb9e34d70225be4f543a46d0d86ca72c.tar.gz servo-bcdf6503fb9e34d70225be4f543a46d0d86ca72c.zip |
Fixed typo in 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 |