We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c00fc4 + 58d733a commit 231209cCopy full SHA for 231209c
src/rules_and_declarations.rs
@@ -77,7 +77,7 @@ pub trait DeclarationParser<'i> {
77
///
78
/// Default implementations that reject all at-rules are provided,
79
/// so that `impl AtRuleParser<(), ()> for ... {}` can be used
80
-/// for using `DeclarationListParser` to parse a declartions list with only qualified rules.
+/// for using `DeclarationListParser` to parse a declarations list with only qualified rules.
81
pub trait AtRuleParser<'i> {
82
/// The intermediate representation of prelude of an at-rule without block;
83
type PreludeNoBlock;
0 commit comments