Skip to content

Commit e123988

Browse files
committed
Restore "represents" in DocBlock description
1 parent eab6792 commit e123988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RuleSet/DeclarationBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
use Sabberworm\CSS\Rule\Rule;
2222

2323
/**
24-
* This class includes a `RuleSet` constrained by a `Selector`.
24+
* This class represents a `RuleSet` constrained by a `Selector`.
2525
*
2626
* It contains an array of selector objects (comma-separated in the CSS) as well as the rules to be applied to the
2727
* matching elements.

0 commit comments

Comments
 (0)