[errors] Fix typo in URI_DOES_NOT_EXIST message.

Change-Id: I2181d196da1c616d8f5cc4c76ea90360ea1b1259
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255480
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Alexander Biggs
2022-08-17 15:43:43 +00:00
committed by Commit Bot
parent 0de06163ce
commit dca2025821
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4638,7 +4638,7 @@ class CompileTimeErrorCode extends AnalyzerErrorCode {
'URI_DOES_NOT_EXIST',
"Target of URI doesn't exist: '{0}'.",
correctionMessage:
"Try creating the file referenced by the URI, or Try using a URI for a "
"Try creating the file referenced by the URI, or try using a URI for a "
"file that does exist.",
hasPublishedDocs: true,
);
+1 -1
View File
@@ -14908,7 +14908,7 @@ CompileTimeErrorCode:
```
URI_DOES_NOT_EXIST:
problemMessage: "Target of URI doesn't exist: '{0}'."
correctionMessage: Try creating the file referenced by the URI, or Try using a URI for a file that does exist.
correctionMessage: Try creating the file referenced by the URI, or try using a URI for a file that does exist.
hasPublishedDocs: true
comment: |-
Parameters: