Skip to content

Commit a253ad4

Browse files
authored
Update README.md
Fix misleading comment
1 parent b6b9c9e commit a253ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ $cssDocument = $parser->parse();
157157
foreach($cssDocument->getAllRuleSets() as $oRuleSet) {
158158
// Note that the added dash will make this remove all rules starting with
159159
// `font-` (like `font-size`, `font-weight`, etc.) as well as a potential
160-
// `font-rule`.
160+
// `font` rule.
161161
$oRuleSet->removeRule('font-');
162162
$oRuleSet->removeRule('cursor');
163163
}

0 commit comments

Comments
 (0)