From 89797c0868bda8c9894e490c3eda4d2db335f891 Mon Sep 17 00:00:00 2001 From: maekawatoshiki Date: Wed, 21 Feb 2018 14:00:06 +0900 Subject: [PATCH] Fix typo --- components/layout/inline.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/layout/inline.rs b/components/layout/inline.rs index 2c9c37d204e..54348a6c124 100644 --- a/components/layout/inline.rs +++ b/components/layout/inline.rs @@ -111,7 +111,7 @@ pub struct Line { /// For example, for the HTML below... /// /// ~~~html - ///
I like truffles,
+ ///
I like truffles,
/// ~~~ /// /// ...the bounds would be: @@ -1449,7 +1449,7 @@ impl Flow for InlineFlow { } /// Calculate and set the block-size of this flow. See CSS 2.1 ยง 10.6.1. - /// Note that we do not need to do in-order traversal becase the children + /// Note that we do not need to do in-order traversal because the children /// are always block formatting context. fn assign_block_size(&mut self, layout_context: &LayoutContext) { let _scope = layout_debug_scope!("inline::assign_block_size {:x}",