Fixed various typos in a lot of files

Closes https://github.com/dart-lang/sdk/pull/49478

TEST=Manual

GitOrigin-RevId: f4c9c6869dfe73639295e86574a021523b3d374d
Change-Id: I134a97caed4eec59d70e9cbca16b7e9a472cf2c1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/251902
Reviewed-by: Michael Thomsen <mit@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Aske Simon Christensen <askesc@google.com>
Reviewed-by: Kevin Chisholm <kevinjchisholm@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Anis Alibegić
2022-07-25 12:21:59 +00:00
committed by Commit Bot
parent 286326f834
commit 40e18905f2
116 changed files with 140 additions and 140 deletions
@@ -306,7 +306,7 @@ typedef TextDocumentSignatureHelpResult = SignatureHelp?;
/// Result for a request to resolve the type definition locations of a symbol at
/// a given text document position. The request's parameter is of type
/// TextDocumentPositioParams the response is of type Definition or a Thenable
/// TextDocumentPositionParams the response is of type Definition or a Thenable
/// that resolves to such.
typedef TextDocumentTypeDefinitionResult
= Either2<Definition, List<DefinitionLink>>?;
@@ -21955,7 +21955,7 @@ class PreviousResultId implements ToJsonable {
);
}
/// The URI for which the client knowns a result id.
/// The URI for which the client knows a result id.
final DocumentUri uri;
/// The value of the previous result id.