Skip to content

Commit 78c7afb

Browse files
committed
chore: update code comment
1 parent e0d8779 commit 78c7afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/search.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const { settings } = useSettings()
7373
7474
/**
7575
* Reorder results to put exact package name match at the top,
76-
* and optionally filter out platform-specific packages.
76+
* and optionally filter out platform-specific packages or security holding packages.
7777
*/
7878
const visibleResults = computed(() => {
7979
const raw = rawVisibleResults.value

0 commit comments

Comments
 (0)