We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9656299 commit b172e73Copy full SHA for b172e73
exercises/concept/remote-control-cleanup/.docs/instructions.md
@@ -4,7 +4,7 @@ Some "other" developers have been working on the remote control car project [exe
4
5
## 1. Separate concerns between the car itself and the telemetry system
6
7
-Refactor the `RemoteControlCar` class to move to separate out telemetry methods and properties.
+Refactor the `RemoteControlCar` class to move to separate out telemetry methods and properties accessed via a `Telemetry` property.
8
9
```csharp
10
var car = new RemoteControlCar();
0 commit comments