Change Box to Fragment in fragment.rs doc comment

This commit is contained in:
Matt Brubeck 2014-07-29 11:21:04 -07:00
parent 3c89e7a8e7
commit 2d7246996b

View file

@ -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)]