From 1bf013b094b0a995209c3c418ebca8d6f147bc63 Mon Sep 17 00:00:00 2001 From: Thomas antony <77287334+thomasantony12@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:21:58 +0530 Subject: [PATCH] Updated hints.md in the elons-toy-car --- exercises/concept/elons-toy-car/.docs/hints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/elons-toy-car/.docs/hints.md b/exercises/concept/elons-toy-car/.docs/hints.md index 64bebc6a3..ad70588fd 100644 --- a/exercises/concept/elons-toy-car/.docs/hints.md +++ b/exercises/concept/elons-toy-car/.docs/hints.md @@ -14,7 +14,7 @@ ## 3. Display the battery percentage - Keep track of the distance driven in a [field][fields]. -- Initialize the field to a specific value to correspond to the initial battery charge. +- Initialize the field to a specific value corresponding to the initial battery charge. - Consider what visibility to use for the field (does it need to be used outside the class?). ## 4. Update the number of meters driven when driving