mirror of
https://github.com/servo/servo.git
synced 2025-06-20 07:08:59 +01:00
Fixed typo in components/constellation/browsingcontext.rs
This commit is contained in:
parent
764da7ba39
commit
bcdf6503fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue