We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb2b8f3 commit 33997a6Copy full SHA for 33997a6
concepts/classes/introduction.md
@@ -33,7 +33,7 @@ class Car {
33
```
34
35
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.
+If a field does _not_ specify an initial value, it will be set to its type's default value.
37
An instance's field values can be accessed and updated using dot-notation.
38
39
```java
0 commit comments