mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #17049 - jklepatch:fix_typo_in_browsingcontext.rs, r=jdm
Fixed typo in components/constellation/browsingcontext.rs Changed a typo in a comment: "Each browsing contest..." into "Each browsing context..." - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #17048 - [X] These changes do not require tests because its a typo fix <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17049) <!-- Reviewable:end -->
This commit is contained in:
commit
ebb3dd8787
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