mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Change Box to Fragment in fragment.rs doc comment
This commit is contained in:
parent
3c89e7a8e7
commit
2d7246996b
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue