Skip to content

Commit b172e73

Browse files
authored
remote-control-cleanup: improve instructions and task (#1960)
* Update introduction and instructions * Revert introduction back
1 parent 9656299 commit b172e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Some "other" developers have been working on the remote control car project [exe
44

55
## 1. Separate concerns between the car itself and the telemetry system
66

7-
Refactor the `RemoteControlCar` class to move to separate out telemetry methods and properties.
7+
Refactor the `RemoteControlCar` class to move to separate out telemetry methods and properties accessed via a `Telemetry` property.
88

99
```csharp
1010
var car = new RemoteControlCar();

0 commit comments

Comments
 (0)