| Index: pkg/csslib/lib/parser.dart
|
| diff --git a/pkg/csslib/lib/parser.dart b/pkg/csslib/lib/parser.dart
|
| index 059b75c6b454a6e04030671269497dcaa66c8c79..8fbf06e075148350d06e05b9dc39f5729ab58f17 100644
|
| --- a/pkg/csslib/lib/parser.dart
|
| +++ b/pkg/csslib/lib/parser.dart
|
| @@ -1295,7 +1295,7 @@ class _Parser {
|
| * : '.' IDENT
|
| */
|
| simpleSelector() {
|
| - // TODO(terry): Nathan makes a good point parsing of namespace and element
|
| + // TODO(terry): Natalie makes a good point parsing of namespace and element
|
| // are essentially the same (asterisk or identifier) other
|
| // than the error message for element. Should consolidate the
|
| // code.
|
|
|