Skip to content

Commit

Permalink
Fix typo in elons-toys (#2342)
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrSubset authored Nov 14, 2024
1 parent bc7e611 commit b337aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/elons-toys/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b337aa8

Please sign in to comment.