| Index: pkg/csslib/lib/src/analyzer.dart
|
| diff --git a/pkg/csslib/lib/src/analyzer.dart b/pkg/csslib/lib/src/analyzer.dart
|
| index e0ec078e77b7e2eab18b5fcd2a652be6a2e35ca8..6758a2d66013532ae6675094dbe14ce4d88ed798 100644
|
| --- a/pkg/csslib/lib/src/analyzer.dart
|
| +++ b/pkg/csslib/lib/src/analyzer.dart
|
| @@ -175,7 +175,7 @@ class Analyzer {
|
| * expanded.
|
| */
|
| class ExpandNestedSelectors extends Visitor {
|
| - /** Parent [RuleSet] if a nested rule otherwise [null]. */
|
| + /** Parent [RuleSet] if a nested rule otherwise [:null:]. */
|
| RuleSet _parentRuleSet;
|
|
|
| /** Top-most rule if nested rules. */
|
|
|