Skip to content

Commit

Permalink
csharp: fix weighing-machine comment (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Oct 4, 2023
1 parent 057e560 commit 0406828
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0406828

Please sign in to comment.