diff options
Diffstat (limited to 'components/layout_2020/query.rs')
-rw-r--r-- | components/layout_2020/query.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/query.rs b/components/layout_2020/query.rs index 8ec2f0b4570..9c39abda413 100644 --- a/components/layout_2020/query.rs +++ b/components/layout_2020/query.rs @@ -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 https://mozilla.org/MPL/2.0/. */ -//! Utilities for querying the layout, as needed by the layout thread. +//! Utilities for querying the layout, as needed by layout. use std::collections::HashMap; use std::sync::{Arc, Mutex}; |