You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/concept/remote-control-competition/.docs/instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ exp.DistanceTravelled
35
35
36
36
Please implement the `IComparable<T>` interface in the `ProductionRemoteControlCar` class. The default sort order for cars should be ascending order of victories.
37
37
38
-
Implement the static `TestTrack.GetRankedCars()` to return the cars passed is sorted in ascending order of number of victories.
38
+
Implement the static `TestTrack.GetRankedCars()` to return the passed cars sorted in ascending order of number of victories.
0 commit comments