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 e9cf9f94abffd23389526ffc491a21aef8e54e78..ea4863b76c9bb8503e40791afa81e8a7db3d0295 100644 |
--- a/pkg/compiler/lib/src/elements/elements.dart |
+++ b/pkg/compiler/lib/src/elements/elements.dart |
@@ -1284,7 +1284,8 @@ abstract class ConstructorElement extends FunctionElement |
/// `null` otherwise. |
ConstantConstructor get constantConstructor; |
- /// `true` if this constructor is either `bool.fromEnviroment` |
+ /// `true` if this constructor is one of `bool.fromEnvironment`, |
+ /// `int.fromEnvironment`, or `String.fromEnvironment`. |
bool get isFromEnvironmentConstructor; |
/// Use [enclosingClass] instead. |