Skip to content

Commit

Permalink
catalogue seems to be a technical term
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnjp committed Feb 9, 2024
1 parent 62707e8 commit 32d7fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/texdoclib-score.tlu
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ local function set_score(df, original_kw)
if df.details then
if string.find(string.lower(df.details), 'readme') then
score = score + 0.1
dbg_score('Catalog "readme" bonus: +0.1')
dbg_score('Catalogue "readme" bonus: +0.1')
else
score = score + 1.5
dbg_score('Catalog details bonus: +1.5')
dbg_score('Catalogue details bonus: +1.5')
end
end

Expand Down

0 comments on commit 32d7fd4

Please sign in to comment.