Skip to content

Commit

Permalink
Fix typo for Telemetry in remote-control-cleanup
Browse files Browse the repository at this point in the history
Nothing major as it's going to be removed anyway to finish the exercise,
but it's still a typo.
  • Loading branch information
dmarcoux committed May 19, 2024
1 parent a38b1a4 commit 6e6754f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class RemoteControlCar

// TODO encapsulate the methods suffixed with "_Telemetry" in their own class
// dropping the suffix from the method name
public void Calibrate_Telementry()
public void Calibrate_Telemetry()
{

}
Expand Down

0 comments on commit 6e6754f

Please sign in to comment.