From d4d5d998b98b18e0f708dc60d3a753508bd4b570 Mon Sep 17 00:00:00 2001 From: DutchGhost Date: Thu, 6 Jun 2019 20:37:27 +0200 Subject: [PATCH] Update lib.rs Fix `for` typo in the documentation, should be `fork` instead. --- components/malloc_size_of/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/malloc_size_of/lib.rs b/components/malloc_size_of/lib.rs index d65f8e957e4..f9d3420c32e 100644 --- a/components/malloc_size_of/lib.rs +++ b/components/malloc_size_of/lib.rs @@ -43,7 +43,7 @@ //! measured as well as the thing it points to. E.g. //! ` 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;