We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e373b56 commit cc13c46Copy full SHA for cc13c46
app/lib/search/mem_index.dart
@@ -516,7 +516,7 @@ class InMemoryPackageIndex {
516
IndexedScore<String> score, {
517
// if the item count is fewer than this threshold, an empty list will be returned
518
required int requiredLengthThreshold,
519
- // note: when no best name match is applied, this parameter will be `-1`
+ // When no best name match is applied, this parameter will be `-1`
520
required int bestNameIndex,
521
}) {
522
final list = <IndexedPackageHit>[];
0 commit comments