Skip to content

Commit 78f7b84

Browse files
committed
Enhanced comment as stated by the copilot
1 parent 5b7e06f commit 78f7b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/rank-rrf/src/main/java/org/elasticsearch/xpack/rank/linear/L2ScoreNormalizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* A score normalizer that applies L2 normalization to a set of scores.
1515
* <p>
16-
* Each score is divided by the L2 norm of the scores if the norm is greater than a small epsilon.
16+
* Each score is divided by the L2 norm of the scores if the norm is greater than a small EPSILON.
1717
* If all scores are zero or NaN, normalization is skipped and the original scores are returned.
1818
* </p>
1919
*/

0 commit comments

Comments
 (0)