From 9ef975d9293ddbd7a4c5240ea82988c34a9dd8e7 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Wed, 10 Jun 2015 13:45:05 +0200 Subject: [PATCH] Fix a typo in the DOM documentation. --- components/script/dom/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 0549cca737b..c108186947a 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -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