Auto merge of #6323 - Ms2ger:typo, r=SimonSapin

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6323)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-06-10 07:30:09 -06:00
commit c86e461555

View file

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