Fix some errors in the DOM documentation.

This commit is contained in:
Josh Matthews 2016-02-27 11:22:26 -05:00
parent 4e244b16dd
commit bec25a1759

View file

@ -186,9 +186,10 @@
//! superclass or `Reflector` member, and other members as appropriate;
//! * implementing the
//! `dom::bindings::codegen::Bindings::FooBindings::FooMethods` trait for
//! `&'a Foo`;
//! `Foo`;
//! * adding/updating the match arm in create_element in
//! `components/script/dom/create.rs` (only applicable to new `HTMLElement`s)
//! `components/script/dom/create.rs` (only applicable to new types inheriting
//! from `HTMLElement`)
//!
//! More information is available in the [bindings module](bindings/index.html).
//!