Skip to content

Commit 53e969a

Browse files
authored
Merge pull request #3001 from adv0r/tokenburn/typos-native-histograms
docs: fix three typos in native_histograms spec (evalute / signifcantly / abitrary)
2 parents a879755 + 2f0ba50 commit 53e969a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/specs/native_histograms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ For integer histograms, the elements of the lists are signed 64-bit integers
377377
(short: int64), and each element represents the bucket population as a delta to
378378
the previous bucket in the list. The first bucket in each list contains an
379379
absolute population (which can also be seen as a delta relative to zero). The
380-
deltas MUST NOT evalute to a negative absolute bucket population.
380+
deltas MUST NOT evaluate to a negative absolute bucket population.
381381

382382
To map buckets in the lists to the indices as defined in the previous section,
383383
there are two lists of so-called _spans_, one for the positive buckets and one
@@ -990,7 +990,7 @@ in 100 labeled histograms, the total cost will go up by a factor of 100. In
990990
case of a native histogram, the cost for the single histogram might already be
991991
lower if the classic histogram featured a high resolution. After partitioning,
992992
the total number of populated buckets in the labeled native histograms will be
993-
signifcantly smaller than 100 times the number of buckets in the original
993+
significantly smaller than 100 times the number of buckets in the original
994994
native histogram.)
995995

996996
### NHCB
@@ -1173,7 +1173,7 @@ While NHCBs support [automatic reconciliation between different bucket
11731173
layouts](#compatibility-between-histograms), their mergeability is still
11741174
fundamentally limited. The reconciliation only retains exact matches of bucket
11751175
boundaries between the involved NHCBs. This yields useful results, if most
1176-
bucket boundaries match. However, abitrary changes in the bucket layout can
1176+
bucket boundaries match. However, arbitrary changes in the bucket layout can
11771177
easily create a situation where none of the boundaries match, resulting in a
11781178
histogram with only one bucket (the overflow bucket).
11791179

0 commit comments

Comments
 (0)