| Index: pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
|
| diff --git a/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart b/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
|
| index 728875a9bd04d5cfa684bebbf629723acbd7c7ee..02b0a2d727e7916176e3638d53ff2f983596eec2 100644
|
| --- a/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
|
| +++ b/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
|
| @@ -62,7 +62,7 @@ abstract class FixContext {
|
| AnalysisDriver get analysisDriver;
|
|
|
| /**
|
| - * The error to fix, should be reported in the given [analysisContext].
|
| + * The error to fix, should be reported by the given [analysisDriver].
|
| */
|
| AnalysisError get error;
|
|
|
|
|