From 32341069a8d1ea69b750bc934ee8521ca684c45e Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 3 Feb 2015 14:10:25 +0100 Subject: [PATCH] Correct the documentation comment syntax in layout_interface.rs. --- components/script/layout_interface.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/script/layout_interface.rs b/components/script/layout_interface.rs index 4dfa9ac658a..416b9c8bee7 100644 --- a/components/script/layout_interface.rs +++ b/components/script/layout_interface.rs @@ -2,9 +2,9 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -//! The high-level interface from script to layout. Using this abstract interface helps reduce -/// coupling between these two components, and enables the DOM to be placed in a separate crate -/// from layout. +//! The high-level interface from script to layout. Using this abstract +//! interface helps reduce coupling between these two components, and enables +//! the DOM to be placed in a separate crate from layout. use dom::node::LayoutDataRef;