| Index: pkg/compiler/lib/src/tree/nodes.dart
|
| diff --git a/pkg/compiler/lib/src/tree/nodes.dart b/pkg/compiler/lib/src/tree/nodes.dart
|
| index 4f8d31232a4540bcbf1d9793ff68337fee52c8e5..e9816bdc859a9311df4c7bb38c7131f73d93324f 100644
|
| --- a/pkg/compiler/lib/src/tree/nodes.dart
|
| +++ b/pkg/compiler/lib/src/tree/nodes.dart
|
| @@ -1284,7 +1284,7 @@ class StringQuoting {
|
| const StringQuoting($SQ, raw: true, leftQuoteLength: 3),
|
| const StringQuoting($DQ, raw: false, leftQuoteLength: 3),
|
| const StringQuoting($DQ, raw: true, leftQuoteLength: 3),
|
| - // Leading single whitespace or espaped newline.
|
| + // Leading single whitespace or escaped newline.
|
| const StringQuoting($SQ, raw: false, leftQuoteLength: 4),
|
| const StringQuoting($SQ, raw: true, leftQuoteLength: 4),
|
| const StringQuoting($DQ, raw: false, leftQuoteLength: 4),
|
|
|