Merge pull request #2952 from mbrubeck/fragment-comment

Update fragment.rs doc comment with new type name (Box -> Fragment)
This commit is contained in:
glennw 2014-07-30 10:54:23 +10:00
commit 731e0b4df6

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this * 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/. */ * 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)] #![deny(unsafe_block)]