Skip to content

Commit

Permalink
Update PSMetricNoDetails.cs (#13676)
Browse files Browse the repository at this point in the history
I assume the duplication of the word "properties" was a mistake. If it's talking about the properties belonging to a property, then it should be "property's properties".
  • Loading branch information
DavidKlempfner authored Dec 7, 2020
1 parent d408520 commit ce2f5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Monitor/Monitor/OutputClasses/PSMetricNoDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace Microsoft.Azure.Commands.Insights.OutputClasses
{
/// <summary>
/// Wrapps around the Metric and exposes a summary of the properties properties
/// Wrapps around the Metric and exposes a summary of the property's properties
/// </summary>
public class PSMetricNoDetails : PSMetric
{
Expand Down

0 comments on commit ce2f5dd

Please sign in to comment.