Skip to content

Commit a98c6e8

Browse files
authored
Reorder TODO comments in WeighingMachine stub (#2450)
1 parent 21fbd35 commit a98c6e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/concept/weighing-machine/WeighingMachine.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class WeighingMachine
44

55
// TODO: define the 'Weight' property
66

7-
// TODO: define the 'DisplayWeight' property
8-
97
// TODO: define the 'TareAdjustment' property
8+
9+
// TODO: define the 'DisplayWeight' property
1010
}

0 commit comments

Comments
 (0)