mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
commit
c86e461555
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue