Skip to content

Commit

Permalink
Fix typo in doc comment (#2703)
Browse files Browse the repository at this point in the history
Co-authored-by: Sandor Gonzalez <sandor.gonzalez@aoshield.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
Co-authored-by: Timothy Mothra <tilee@microsoft.com>
  • Loading branch information
4 people authored Oct 31, 2022
1 parent d6567bf commit 91e245a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#pragma warning disable CA1034 // "Do not nest type" - part of the public API and too late to change.

/// <summary>Abstracts the configuration for a metric series aggregated using the "measurement" aggregation kind.
/// A mear=surement is best suited for metrics describing sizes or durations.
/// A measurement is best suited for metrics describing sizes or durations.
/// It contains the Min, Max, Sum and Count of values tracked during an aggregation period.</summary>
public class MetricSeriesConfigurationForMeasurement : IMetricSeriesConfiguration
{
Expand Down

0 comments on commit 91e245a

Please sign in to comment.