Skip to content

Commit 58d733a

Browse files
Fix typo in documentation
1 parent 9c00fc4 commit 58d733a

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)