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:
bors-servo 2015-06-10 17:44:55 -06:00
commit a8b6632a5a

View file

@ -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>,