Skip to content

Commit 33997a6

Browse files
authored
Update introduction.md
Corrected typo in the instructions.
1 parent bb2b8f3 commit 33997a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/classes/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Car {
3333
```
3434

3535
One can optionally assign an initial value to a field.
36-
If a field does _not_ specify an initial value, it wll be set to its type's default value.
36+
If a field does _not_ specify an initial value, it will be set to its type's default value.
3737
An instance's field values can be accessed and updated using dot-notation.
3838

3939
```java

0 commit comments

Comments
 (0)