Skip to content

Commit 231209c

Browse files
author
bors-servo
authored
Auto merge of servo#246 - federicomenaquintero:master, r=emilio
Fix typo in documentation <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/246) <!-- Reviewable:end -->
2 parents 9c00fc4 + 58d733a commit 231209c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules_and_declarations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub trait DeclarationParser<'i> {
7777
///
7878
/// Default implementations that reject all at-rules are provided,
7979
/// so that `impl AtRuleParser<(), ()> for ... {}` can be used
80-
/// for using `DeclarationListParser` to parse a declartions list with only qualified rules.
80+
/// for using `DeclarationListParser` to parse a declarations list with only qualified rules.
8181
pub trait AtRuleParser<'i> {
8282
/// The intermediate representation of prelude of an at-rule without block;
8383
type PreludeNoBlock;

0 commit comments

Comments
 (0)