More docs in style.

Follow up to #14802.
This commit is contained in:
Simon Sapin 2017-01-02 10:40:20 +01:00
parent e995af9cff
commit 125a216bde
2 changed files with 9 additions and 3 deletions

View file

@ -492,7 +492,7 @@ pub fn parse_style_attribute(input: &str,
}
/// Parse a given property declaration. Can result in multiple
/// `PropertyDeclaration`s when expanding a longhand, for example.
/// `PropertyDeclaration`s when expanding a shorthand, for example.
pub fn parse_one_declaration(id: PropertyId,
input: &str,
base_url: &ServoUrl,