Skip to content

Commit

Permalink
Fix typo for Telemetry in remote-control-cleanup (#2272)
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 authored May 20, 2024
1 parent a38b1a4 commit e1656bd
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 e1656bd

Please sign in to comment.