Skip to content

Commit

Permalink
Updated introduction.md (#2809)
Browse files Browse the repository at this point in the history
* Updated introduction.md

Corrected some spelling mistakes.

* Update introduction.md
  • Loading branch information
thomasantony12 authored Jul 11, 2024
1 parent b5d0a94 commit 2012fba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/concept/elons-toy-car/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2012fba

Please sign in to comment.