Update lib.rs

Fix `for` typo in the documentation, should be `fork` instead.
This commit is contained in:
DutchGhost 2019-06-06 20:37:27 +02:00 committed by GitHub
parent 9353bc9718
commit d4d5d998b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;