From 6e6754f536ad98dc0c41d39375d4135a51d19bc1 Mon Sep 17 00:00:00 2001 From: Dany Marcoux Date: Sun, 19 May 2024 09:59:44 +0200 Subject: [PATCH] Fix typo for Telemetry in remote-control-cleanup Nothing major as it's going to be removed anyway to finish the exercise, but it's still a typo. --- .../concept/remote-control-cleanup/RemoteControlCleanup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/remote-control-cleanup/RemoteControlCleanup.cs b/exercises/concept/remote-control-cleanup/RemoteControlCleanup.cs index 75c22ddfa3..646190404f 100644 --- a/exercises/concept/remote-control-cleanup/RemoteControlCleanup.cs +++ b/exercises/concept/remote-control-cleanup/RemoteControlCleanup.cs @@ -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() { }