mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix a typo in the DOM documentation.
This commit is contained in:
parent
3ece6bc166
commit
9ef975d929
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`;
|
//! * 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue