| Index: pkg/compiler/lib/src/elements/elements.dart
|
| diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
|
| index 06b58d98fff5847156d639a9b34e5fc38f129539..178ba0317e436098cc2a041ec974dcdf63cfe8f9 100644
|
| --- a/pkg/compiler/lib/src/elements/elements.dart
|
| +++ b/pkg/compiler/lib/src/elements/elements.dart
|
| @@ -237,7 +237,7 @@ abstract class Element implements Entity {
|
|
|
| /// `true` if this element is the body of a generative constructor.
|
| ///
|
| - /// This is a synthetic element kind used only be the JavaScript backend.
|
| + /// This is a synthetic element kind used only by the JavaScript backend.
|
| bool get isGenerativeConstructorBody;
|
|
|
| /// `true` if this element is a factory constructor,
|
|
|