Skip to content

Commit e30ac18

Browse files
committed
tiny fix
1 parent f6f4504 commit e30ac18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metrics/imandrakit_metrics.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module Histogram = struct
9999
while !continue do
100100
if !i = Float.Array.length self.bucket_boundaries then
101101
continue := false
102-
else if v < Float.Array.get self.bucket_boundaries !i then
102+
else if v <= Float.Array.get self.bucket_boundaries !i then
103103
continue := false
104104
else
105105
incr i

0 commit comments

Comments
 (0)