| Index: pkg/analyzer/lib/src/dart/error/hint_codes.dart
|
| diff --git a/pkg/analyzer/lib/src/dart/error/hint_codes.dart b/pkg/analyzer/lib/src/dart/error/hint_codes.dart
|
| index ed8851bb1400a5ee0fc2d833b4dc340e1b8c6267..011b8424a124fe708134c23b6e4e3910571330ba 100644
|
| --- a/pkg/analyzer/lib/src/dart/error/hint_codes.dart
|
| +++ b/pkg/analyzer/lib/src/dart/error/hint_codes.dart
|
| @@ -379,7 +379,7 @@ class HintCode extends ErrorCode {
|
| static const HintCode UNDEFINED_METHOD = const HintCode(
|
| 'UNDEFINED_METHOD',
|
| "The method '{0}' isn't defined for the class '{1}'.",
|
| - "Try correcting the name to the name of an existing method, or"
|
| + "Try correcting the name to the name of an existing method, or "
|
| "defining a method named '{0}'.");
|
|
|
| /**
|
|
|