aboutsummaryrefslogtreecommitdiff
path: root/icing/index/numeric/integer-index-bucket-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'icing/index/numeric/integer-index-bucket-util.h')
-rw-r--r--icing/index/numeric/integer-index-bucket-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/icing/index/numeric/integer-index-bucket-util.h b/icing/index/numeric/integer-index-bucket-util.h
index 863bd01..d6fc245 100644
--- a/icing/index/numeric/integer-index-bucket-util.h
+++ b/icing/index/numeric/integer-index-bucket-util.h
@@ -61,7 +61,7 @@ struct DataRangeAndBucketInfo {
// - Data slice (i.e. [start, end)) can be empty.
//
// REQUIRES:
-// - original_key_lower <= original_key_upper
+// - original_key_lower < original_key_upper
// - num_data_threshold > 0
// - Keys of all data are in range [original_key_lower, original_key_upper]
//