diff --git a/analyzer-comments/csharp/weighingmachine/round_called_in_display_weight.md b/analyzer-comments/csharp/weighing-machine/use_math_round_in_display_weight.md similarity index 78% rename from analyzer-comments/csharp/weighingmachine/round_called_in_display_weight.md rename to analyzer-comments/csharp/weighing-machine/use_math_round_in_display_weight.md index 0848f8454..42de85614 100644 --- a/analyzer-comments/csharp/weighingmachine/round_called_in_display_weight.md +++ b/analyzer-comments/csharp/weighing-machine/use_math_round_in_display_weight.md @@ -1,3 +1,3 @@ -# rounding should be implemented +# Use Math.Round in DisplayWeight The `Math.Round` method should be called in `DisplayWeight` property to properly round the weight to the specified precision.