File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -413,8 +413,8 @@ type HistogramOpts struct {
413
413
// and 2, same as between 2 and 4, and 4 and 8, etc.).
414
414
//
415
415
// Details about the actually used factor: The factor is calculated as
416
- // 2^(2^n), where n is an integer number between (and including) -8 and
417
- // 4 . n is chosen so that the resulting factor is the largest that is
416
+ // 2^(2^- n), where n is an integer number between (and including) -4 and
417
+ // 8 . n is chosen so that the resulting factor is the largest that is
418
418
// still smaller or equal to NativeHistogramBucketFactor. Note that the
419
419
// smallest possible factor is therefore approx. 1.00271 (i.e. 2^(2^-8)
420
420
// ). If NativeHistogramBucketFactor is greater than 1 but smaller than
You can’t perform that action at this time.
0 commit comments