Skip to content

Commit cc13c46

Browse files
isoossigurdm
andauthored
Update app/lib/search/mem_index.dart
Co-authored-by: Sigurd Meldgaard <[email protected]>
1 parent e373b56 commit cc13c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/search/mem_index.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ class InMemoryPackageIndex {
516516
IndexedScore<String> score, {
517517
// if the item count is fewer than this threshold, an empty list will be returned
518518
required int requiredLengthThreshold,
519-
// note: when no best name match is applied, this parameter will be `-1`
519+
// When no best name match is applied, this parameter will be `-1`
520520
required int bestNameIndex,
521521
}) {
522522
final list = <IndexedPackageHit>[];

0 commit comments

Comments
 (0)