Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit eae5844

Browse files
asashourcommit-bot@chromium.org
authored andcommitted
Fix typo in test comment
Bug: 46898 Change-Id: I5a62a055fc24af5d55fd163a1783550e11c7ad7c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210001 Reviewed-by: Lasse R.H. Nielsen <[email protected]> Commit-Queue: Lasse R.H. Nielsen <[email protected]>
1 parent b2b8e59 commit eae5844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analysis_server/test/lsp/completion_yaml_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ dependencies:
524524
openCloseFile: false,
525525
);
526526

527-
// Also veryify the detail fields were populated as expected.
527+
// Also verify the detail fields were populated as expected.
528528
expect(
529529
completionResults.singleWhere((c) => c.label == '^2.3.4').detail,
530530
equals('latest compatible'),

0 commit comments

Comments
 (0)