Fix a typo in the DOM documentation.

This commit is contained in:
Ms2ger 2015-06-10 13:45:05 +02:00
parent 3ece6bc166
commit 9ef975d929

View file

@ -165,7 +165,7 @@
//!
//! * adding the new IDL file at `components/script/dom/webidls/Foo.webidl`;
//! * creating `components/script/dom/foo.rs`;
//! * listing `foo.rs` in components/script/dom/mod.rs`;
//! * listing `foo.rs` in `components/script/dom/mod.rs`;
//! * defining the DOM struct `Foo` with a `#[dom_struct]` attribute, a
//! superclass or `Reflector` member, and other members as appropriate;
//! * implementing the