Skip to content

Commit 4dd6036

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix docstring formatting
Committer: @parthea PiperOrigin-RevId: 404008335
1 parent 9d6bb92 commit 4dd6036

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

google/api/servicecontrol/v1/distribution.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ option ruby_package = "Google::Cloud::ServiceControl::V1";
3131
// points. It contains the size of the population of sample points plus
3232
// additional optional information:
3333
//
34-
// - the arithmetic mean of the samples
35-
// - the minimum and maximum of the samples
36-
// - the sum-squared-deviation of the samples, used to compute variance
37-
// - a histogram of the values of the sample points
34+
// * the arithmetic mean of the samples
35+
// * the minimum and maximum of the samples
36+
// * the sum-squared-deviation of the samples, used to compute variance
37+
// * a histogram of the values of the sample points
3838
message Distribution {
3939
// Describing buckets with constant width.
4040
message LinearBuckets {

0 commit comments

Comments
 (0)