Skip to content

Commit

Permalink
docs: fix docstring formatting
Browse files Browse the repository at this point in the history
Committer: @parthea
PiperOrigin-RevId: 404008335

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Oct 18 11:09:42 2021 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 4dd603675ff73897600a5a94ec42606a6f83f907
Source-Link: googleapis/googleapis@4dd6036
  • Loading branch information
yoshi-automation authored and jskeet committed Oct 19, 2021
1 parent 3c5e164 commit db2e28f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ static DistributionReflection() {
/// points. It contains the size of the population of sample points plus
/// additional optional information:
///
/// - the arithmetic mean of the samples
/// - the minimum and maximum of the samples
/// - the sum-squared-deviation of the samples, used to compute variance
/// - a histogram of the values of the sample points
/// * the arithmetic mean of the samples
/// * the minimum and maximum of the samples
/// * the sum-squared-deviation of the samples, used to compute variance
/// * a histogram of the values of the sample points
/// </summary>
public sealed partial class Distribution : pb::IMessage<Distribution>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.ServiceControl.V1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "0cfe2ce81d1b81069d62ad1c9c28d5cab21c1958"
"sha": "4dd603675ff73897600a5a94ec42606a6f83f907"
}
}
]
Expand Down

0 comments on commit db2e28f

Please sign in to comment.