| Index: pkg/analysis_server/lib/src/single_context_manager.dart
|
| diff --git a/pkg/analysis_server/lib/src/single_context_manager.dart b/pkg/analysis_server/lib/src/single_context_manager.dart
|
| index 0a8c9f1cf3ab2f5080c5f837b8b8d74ac1112224..058d77e8971a17328718e8eb421601c1fd2581c5 100644
|
| --- a/pkg/analysis_server/lib/src/single_context_manager.dart
|
| +++ b/pkg/analysis_server/lib/src/single_context_manager.dart
|
| @@ -22,7 +22,7 @@ import 'package:watcher/watcher.dart';
|
| * Implementation of [ContextManager] that supports only one [AnalysisContext].
|
| * So, sources from all analysis roots are added to this single context. All
|
| * features that could otherwise cause creating additional contexts, such as
|
| - * presence of `pubspec.yaml` or `.packages` files, or `.analysis_options` files
|
| + * presence of `pubspec.yaml` or `.packages` files, or analysis options files
|
| * are ignored.
|
| */
|
| class SingleContextManager implements ContextManager {
|
|
|