mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Minor spelling corrections
This commit is contained in:
parent
04a3242dc5
commit
85439a2935
1 changed files with 3 additions and 3 deletions
|
@ -11,12 +11,12 @@ use std::mem::replace;
|
||||||
use std::time::Instant;
|
use std::time::Instant;
|
||||||
|
|
||||||
/// A frame in the frame tree.
|
/// A frame in the frame tree.
|
||||||
/// Each frame is the constrellation's view of a browsing context.
|
/// Each frame is the constellation's view of a browsing context.
|
||||||
/// Each browsing context has a session history, caused by
|
/// Each browsing context has a session history, caused by
|
||||||
/// navigation and traversing the history. Each frame has its
|
/// navigation and traversing the history. Each frame has its
|
||||||
/// current entry, plus past and future entries. The past is sorted
|
/// current entry, plus past and future entries. The past is sorted
|
||||||
/// chronologically, the future is sorted reverse chronoogically:
|
/// chronologically, the future is sorted reverse chronologically:
|
||||||
/// in partiucular prev.pop() is the latest past entry, and
|
/// in particular prev.pop() is the latest past entry, and
|
||||||
/// next.pop() is the earliest future entry.
|
/// next.pop() is the earliest future entry.
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct Frame {
|
pub struct Frame {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue