Skip to content

Commit ddb30c0

Browse files
Update README.md
1 parent 6bfce5e commit ddb30c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_moreReadMe/generics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Generics are used for tighter type checks at compile time and to provide a gener
226226
```java
227227
Box<int> intBox = new Box<int>() //Error
228228
```
229-
NOTE: Use Wrappers like Integar instead.
229+
NOTE: Use Wrappers like Integer instead.
230230

231231
**No Instance** - A type parameter cannot be used to instantiate its object inside a method.
232232
```java

0 commit comments

Comments
 (0)