Update typo
This commit is contained in:
parent
ce2a521e34
commit
1eb492dff4
|
@ -16,7 +16,7 @@ long b = a;
|
|||
Umwandlung in einen kleineren Wertebereich ist nur **explizit** möglich.
|
||||
```java
|
||||
int d = 3;
|
||||
byte c = (byte) (a);
|
||||
byte c = (byte) (d);
|
||||
```
|
||||
|
||||

|
||||
|
|
Loading…
Reference in New Issue