Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit a092815

Browse files
rantavsongy23
authored andcommitted
Fix typo in docs An => A (#1145)
`An distribution` fixed to `A distribution`
1 parent 6325d76 commit a092815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stats/view/aggregation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func Sum() *Aggregation {
8282
// Distribution indicates that the desired aggregation is
8383
// a histogram distribution.
8484
//
85-
// An distribution aggregation may contain a histogram of the values in the
85+
// A distribution aggregation may contain a histogram of the values in the
8686
// population. The bucket boundaries for that histogram are described
8787
// by the bounds. This defines len(bounds)+1 buckets.
8888
//

0 commit comments

Comments
 (0)