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 0272d71 commit 2628cc0Copy full SHA for 2628cc0
builder/README.md
@@ -110,7 +110,7 @@ And then we have the builder
110
And then it can be used as:
111
112
```java
113
-Hero mage = new Hero.Builder(Profession.MAGE, "Riobard").withHairColor(HairColor.BLACK).withWeapon(Weapon.DAGGER).build();
+var mage = new Hero.Builder(Profession.MAGE, "Riobard").withHairColor(HairColor.BLACK).withWeapon(Weapon.DAGGER).build();
114
```
115
116
## Applicability
0 commit comments