Index: pkg/analyzer/lib/src/generated/source_io.dart |
diff --git a/pkg/analyzer/lib/src/generated/source_io.dart b/pkg/analyzer/lib/src/generated/source_io.dart |
index 5b25c2cced179560f528d198578939b7ac420d7c..491e3ebc5be551eb1b2130952781f190f344f5cd 100644 |
--- a/pkg/analyzer/lib/src/generated/source_io.dart |
+++ b/pkg/analyzer/lib/src/generated/source_io.dart |
@@ -191,7 +191,7 @@ class FileBasedSource extends Source { |
/** |
* Get the contents and timestamp of the underlying file. |
* |
- * Clients should consider using the the method [AnalysisContext.getContents] |
+ * Clients should consider using the method [AnalysisContext.getContents] |
* because contexts can have local overrides of the content of a source that the source is not |
* aware of. |
* |