From 2d7246996bb56cbf43f53fcade1a28e90c772e6c Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 29 Jul 2014 11:21:04 -0700 Subject: [PATCH] Change Box to Fragment in fragment.rs doc comment --- src/components/layout/fragment.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/fragment.rs b/src/components/layout/fragment.rs index e933b9d87d6..7d453d717bc 100644 --- a/src/components/layout/fragment.rs +++ b/src/components/layout/fragment.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -//! The `Box` type, which represents the leaves of the layout tree. +//! The `Fragment` type, which represents the leaves of the layout tree. #![deny(unsafe_block)]