mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Merge pull request #2952 from mbrubeck/fragment-comment
Update fragment.rs doc comment with new type name (Box -> Fragment)
This commit is contained in:
commit
731e0b4df6
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