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

Commit

Permalink
Fix typo in docs An => A (#1145)
Browse files Browse the repository at this point in the history
`An distribution` fixed to `A distribution`
  • Loading branch information
rantav authored and songy23 committed Jun 4, 2019
1 parent 6325d76 commit a092815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/view/aggregation.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func Sum() *Aggregation {
// Distribution indicates that the desired aggregation is
// a histogram distribution.
//
// An distribution aggregation may contain a histogram of the values in the
// A distribution aggregation may contain a histogram of the values in the
// population. The bucket boundaries for that histogram are described
// by the bounds. This defines len(bounds)+1 buckets.
//
Expand Down

0 comments on commit a092815

Please sign in to comment.