Skip to content

Commit 95b3be9

Browse files
author
Gusted
committed
Correctify comment
1 parent 2998580 commit 95b3be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: models/repo_list.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ func SearchRepositoryCondition(opts *SearchRepoOptions) builder.Cond {
481481
}
482482

483483
if opts.OnlyShowRelevant {
484-
// Only show a repo that either has a topic, description or custom icon.
484+
// Only show a repo that either has a topic or description.
485485
subQueryCond := builder.NewCond()
486486

487487
// Topic checking. topics is non-null.

0 commit comments

Comments
 (0)