From 4ae6a68e35934c634e5a2487eb9ac9eed5c81fcc Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Wed, 27 Apr 2016 12:51:31 -0700 Subject: [PATCH] layout: Fix non-vertical-align-correct wording in a comment. --- components/layout/block.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/block.rs b/components/layout/block.rs index c6fedc043bb..53094ffd311 100644 --- a/components/layout/block.rs +++ b/components/layout/block.rs @@ -1474,7 +1474,7 @@ impl BlockFlow { } } - /// Computes intrinsic widths for a block. + /// Computes intrinsic inline sizes for a block. pub fn bubble_inline_sizes_for_block(&mut self, consult_children: bool) { let _scope = layout_debug_scope!("block::bubble_inline_sizes {:x}", self.base.debug_id());