[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:
committed by
Commit Bot
parent
0de06163ce
commit
dca2025821
@@ -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,
|
||||
);
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user