From 0f351cb85153b19ee305a2a1dc1c5c6143075a17 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 2 Feb 2017 20:00:40 +0100 Subject: [PATCH] Fix incorrectly copy-pasted doc-comments. --- components/style/font_face.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/style/font_face.rs b/components/style/font_face.rs index acf604903b3..5130f03e45a 100644 --- a/components/style/font_face.rs +++ b/components/style/font_face.rs @@ -286,10 +286,10 @@ macro_rules! font_face_descriptors { #[cfg(feature = "gecko")] font_face_descriptors! { mandatory descriptors = [ - /// The specified url. + /// The name of this font face "font-family" family: FamilyName = FamilyName(atom!("")), - /// The format hints specified with the `format()` function. + /// The alternative sources for this font face. "src" sources: Vec = Vec::new(), ] optional descriptors = [ @@ -307,10 +307,10 @@ font_face_descriptors! { #[cfg(feature = "servo")] font_face_descriptors! { mandatory descriptors = [ - /// The specified url. + /// The name of this font face "font-family" family: FamilyName = FamilyName(atom!("")), - /// The format hints specified with the `format()` function. + /// The alternative sources for this font face. "src" sources: Vec = Vec::new(), ] optional descriptors = [