mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update lib.rs
Fix `for` typo in the documentation, should be `fork` instead.
This commit is contained in:
parent
9353bc9718
commit
d4d5d998b9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
//! measured as well as the thing it points to. E.g.
|
||||
//! `<Box<_> as MallocSizeOf>::size_of(field, ops)`.
|
||||
//!
|
||||
//! Note: WebRender has a reduced for of this crate, so that we can avoid
|
||||
//! Note: WebRender has a reduced fork of this crate, so that we can avoid
|
||||
//! publishing this crate on crates.io.
|
||||
|
||||
extern crate app_units;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue