mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Auto merge of #6328 - mbrubeck:line-comment, r=pcwalton
r? @pcwalton <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6328) <!-- Reviewable:end -->
This commit is contained in:
commit
a8b6632a5a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ pub struct Line {
|
||||||
///
|
///
|
||||||
/// The ranges that describe these lines would be:
|
/// 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.' |
|
/// | 'I like' | 'truffles,' | '<img> yes' | 'I do.' |
|
||||||
pub range: Range<FragmentIndex>,
|
pub range: Range<FragmentIndex>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue