Update typo

This commit is contained in:
Meinen, Eva 2020-03-25 15:31:10 +01:00
parent ce2a521e34
commit 1eb492dff4
1 changed files with 1 additions and 1 deletions

View File

@ -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);
```
![bg right 75%](https://miro.medium.com/max/423/1*LQFhTJnVcsXhlQzrgjQIqQ.png)