mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix indices in Line::range doc comment
This commit is contained in:
parent
1c636dd2d0
commit
775953b11e
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ pub struct Line {
|
|||
///
|
||||
/// The ranges that describe these lines would be:
|
||||
///
|
||||
/// | [0, 2) | [2, 3) | [3, 4) | [4, 5) |
|
||||
/// | [0, 2) | [2, 3) | [3, 5) | [5, 6) |
|
||||
/// |----------|-------------|-------------|----------|
|
||||
/// | 'I like' | 'truffles,' | '<img> yes' | 'I do.' |
|
||||
pub range: Range<FragmentIndex>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue