| Index: pkg/analysis_server/lib/src/analysis_server.dart
|
| diff --git a/pkg/analysis_server/lib/src/analysis_server.dart b/pkg/analysis_server/lib/src/analysis_server.dart
|
| index 5d0fb7d780c78ad2c8ff1bdd0ba1ebc768f80398..4aea8bae27f48d0a47bd5dee5316da4219858374 100644
|
| --- a/pkg/analysis_server/lib/src/analysis_server.dart
|
| +++ b/pkg/analysis_server/lib/src/analysis_server.dart
|
| @@ -484,9 +484,9 @@ class AnalysisServer {
|
| * first context that implicitly analyzes it.
|
| *
|
| * If the [path] is not analyzed by any context, a [ContextSourcePair] with
|
| - * a `null` context and `file` [Source] is returned.
|
| + * a `null` context and a `file` [Source] is returned.
|
| *
|
| - * If the [path] dosn't represent a file, a [ContextSourcePair] with a `null`
|
| + * If the [path] doesn't represent a file, a [ContextSourcePair] with a `null`
|
| * context and `null` [Source] is returned.
|
| *
|
| * Does not return `null`.
|
|
|