Bug 1560777 - Fix a typo in a comment.

This commit is contained in:
Emilio Cobos Álvarez 2019-06-23 12:39:12 +02:00
Родитель ef914bd2f8
Коммит 568c07f7ef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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