File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ class InMemoryPackageIndex {
380380 final indexedPositiveList = packageScores.toIndexedPositiveList ();
381381
382382 final matchDescription =
383- TextMatchExtent .souldMatchDescription (textMatchExtent);
383+ TextMatchExtent .shouldMatchDescription (textMatchExtent);
384384 final matchReadme = TextMatchExtent .shouldMatchReadme (textMatchExtent);
385385 final matchApi = TextMatchExtent .shouldMatchApi (textMatchExtent);
386386
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ abstract class TextMatchExtent {
334334 static bool shouldMatchName (int ? value) => (value ?? unspecified) >= name;
335335
336336 /// Text search is on package names, descriptions and topic tags.
337- static bool souldMatchDescription (int ? value) =>
337+ static bool shouldMatchDescription (int ? value) =>
338338 (value ?? unspecified) >= description;
339339
340340 /// Text search is on names, descriptions, topic tags and readme content.
You can’t perform that action at this time.
0 commit comments