Fix a typo in a comment

Change-Id: I4bbe3a7703cbd954aafd4e53b43649a29617f571
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/139561
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Brian Wilkerson 2020-03-14 00:28:28 +00:00 committed by commit-bot@chromium.org
parent 5ba84ae6f7
commit 48ac44b0e9

View file

@ -24,7 +24,7 @@ class TypeMemberRelevanceTest extends AbstractCompletionDriverTest {
@override
bool get supportsAvailableSuggestions => true;
/// Assert that all of the given completions were produces and that the
/// Assert that all of the given completions were produced and that the
/// suggestions are ordered in decreasing order based on relevance scores.
void assertOrder(List<CompletionSuggestion> suggestions) {
var length = suggestions.length;