Skip to content

Commit

Permalink
Correctify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusted committed Apr 9, 2022
1 parent 2998580 commit 95b3be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/repo_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ func SearchRepositoryCondition(opts *SearchRepoOptions) builder.Cond {
}

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

// Topic checking. topics is non-null.
Expand Down

0 comments on commit 95b3be9

Please sign in to comment.