aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-05-08 17:00:48 +0200
committerTor Egge <Tor.Egge@online.no>2023-05-08 17:00:48 +0200
commite03abf2662f431952e0d175ad7e85a427b1a63ee (patch)
tree6af262f1735aa76e08032254835815f16103f575 /searchlib
parent51b7faca536b70351980b939850d49d15050f580 (diff)
Update class comment.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/fef/ranking_constants.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/fef/ranking_constants.h b/searchlib/src/vespa/searchlib/fef/ranking_constants.h
index 56c124986ba..f42b4593f6c 100644
--- a/searchlib/src/vespa/searchlib/fef/ranking_constants.h
+++ b/searchlib/src/vespa/searchlib/fef/ranking_constants.h
@@ -10,7 +10,8 @@
namespace search::fef {
/**
- * Class representing a set of configured ranking constants, with name, type and file path (where constant is stored).
+ * Class representing a set of configured ranking constants, with
+ * name, type and file path (where constant is stored).
*/
class RankingConstants {
public: