diff --git a/exercises/concept/elons-toy-car/.docs/introduction.md b/exercises/concept/elons-toy-car/.docs/introduction.md index 3bab24744..3f9031c54 100644 --- a/exercises/concept/elons-toy-car/.docs/introduction.md +++ b/exercises/concept/elons-toy-car/.docs/introduction.md @@ -35,8 +35,8 @@ 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. +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. ```java class Car {