summaryrefslogtreecommitdiffstats
path: root/vespalib/src
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahooinc.com>2023-04-03 18:27:36 +0200
committerGitHub <noreply@github.com>2023-04-03 18:27:36 +0200
commit0e4087a7f26dcf324fdc378bf437f29fee9af2b2 (patch)
treeeb3ae9f96ffa4efc005fe25af8b3b2c6c6b26c98 /vespalib/src
parent9a1b3c4041c2a511b70680f37af244e7acad1bcd (diff)
parent5e3b7d67b74d7a01cbf25e8dbb371d7c871be935 (diff)
Merge pull request #26677 from vespa-engine/toregge/adjust-array-store-type-mapper-class-comment
Adjust ArrayStoreTypeMapper class comment.
Diffstat (limited to 'vespalib/src')
-rw-r--r--vespalib/src/vespa/vespalib/datastore/array_store_type_mapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/datastore/array_store_type_mapper.h b/vespalib/src/vespa/vespalib/datastore/array_store_type_mapper.h
index e707627de19..2a406a39bf9 100644
--- a/vespalib/src/vespa/vespalib/datastore/array_store_type_mapper.h
+++ b/vespalib/src/vespa/vespalib/datastore/array_store_type_mapper.h
@@ -12,7 +12,7 @@ namespace vespalib::datastore {
* This class provides mapping between type ids and array sizes needed for
* storing a value with size smaller than or equal to the array size.
*
- * The array sizes vector is a monotic increasing sequence that might end
+ * The array sizes vector is a monotonic strictly increasing sequence that might end
* with exponential growth.
*/
class ArrayStoreTypeMapper