diff options
Diffstat (limited to 'components/layout/inline.rs')
-rw-r--r-- | components/layout/inline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/inline.rs b/components/layout/inline.rs index a4040e6dedf..c55a035f346 100644 --- a/components/layout/inline.rs +++ b/components/layout/inline.rs @@ -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>, |