Commit d54ae3b
committed
docs(internal): say the name score is not capped, not that it is unbounded
The comment described `_calculate_entity_score` as accumulating "without a
ceiling". The function is a finite sum of bounded terms — three
`calculate_*_ratio` helpers that each return 0-100, plus fixed exact/partial
and keyword bonuses — so a bound does exist. What matters for the surrounding
argument is only that the bound is not 100, which is what the sentence now
says. The rest of the comment is unchanged.1 parent 589d4a2 commit d54ae3b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
366 | | - | |
| 365 | + | |
| 366 | + | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| |||
0 commit comments