Skip to content

Commit 4623284

Browse files
committed
Fix typo in elons-toys
1 parent bc7e611 commit 4623284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/elons-toys/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Car
3535
}
3636
```
3737

38-
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.
38+
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.
3939

4040
```csharp
4141
class Car

0 commit comments

Comments
 (0)