From 4623284b464b101bb2e91027bf5b5b39d6dffa31 Mon Sep 17 00:00:00 2001
From: Pieter-Jan Smets
Date: Thu, 14 Nov 2024 15:44:12 +0100
Subject: [PATCH] Fix typo in elons-toys
---
exercises/concept/elons-toys/.docs/introduction.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exercises/concept/elons-toys/.docs/introduction.md b/exercises/concept/elons-toys/.docs/introduction.md
index e8346c87ad..ba7f3a5272 100644
--- a/exercises/concept/elons-toys/.docs/introduction.md
+++ b/exercises/concept/elons-toys/.docs/introduction.md
@@ -35,7 +35,7 @@ class Car
}
```
-One can optionally assign an initial value to a field. If a field does _not_ specify an initial value, it wll be set to its type's default value. An instance's field values can be accessed and updated using dot-notation.
+One can optionally assign an initial value to a field. If a field does _not_ specify an initial value, it will be set to its type's default value. An instance's field values can be accessed and updated using dot-notation.
```csharp
class Car