diff options
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r-- | components/plugins/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index 4fd80252c34..ee559ecbda0 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -35,7 +35,7 @@ use syntax::symbol::Symbol; /// Handles the auto-deriving for `#[derive(JSTraceable)]` pub mod jstraceable; pub mod lints; -/// Autogenerates implementations of Reflectable on DOM structs +/// Autogenerates implementations of DomObject on DOM structs pub mod reflector; /// Utilities for writing plugins mod utils; |