Cleanup partial comment

This commit is contained in:
Mark McDowall 2022-03-04 17:24:58 -08:00
parent 0521fc5681
commit 2417c4afb2

View file

@ -80,7 +80,7 @@ private void AddScoreIfApplicable(Series series, string title, List<int> scores)
var matchingPairs = _preferredWordService.GetMatchingPreferredWordsAndScores(series, title, 0);
// Only add the score if there are matching terms, uncalculated
// Only add the score if there are matching terms
if (matchingPairs.Any())
{
score = matchingPairs.Sum(p => p.Value);