Skip to content

Commit 5370fd5

Browse files
authored
Minor Text Changes (#2435)
1 parent 9448b63 commit 5370fd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/concept/developer-privileges/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authenticator.Admin;
2020
// => {"[email protected]", {"green", 0.9m}, ["Chanakya", "Mumbai", "India"]}
2121
```
2222

23-
## 2 Store the developers' details hard-coded in the system and make them available in the form of a dictionary
23+
## 2. Store the developers' details hard-coded in the system and make them available in the form of a dictionary
2424

2525
The developers' details are as follows:
2626

exercises/concept/remote-control-competition/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ exp.DistanceTravelled
3535

3636
Please implement the `IComparable<T>` interface in the `ProductionRemoteControlCar` class. The default sort order for cars should be ascending order of victories.
3737

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.
3939

4040
```csharp
4141
var prc1 = new ProductionRemoteControlCar();

0 commit comments

Comments
 (0)