fix styling

This commit is contained in:
Stefan Feješ
2018-09-01 15:10:57 +02:00
parent 888a1dedbe
commit 70d950e60c
3 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,5 @@
### Mutable value
Mutable value is a type of variable that can be changed once created.
Objects are mutable as their state can be modified after they are created.
Primitive values are not mutable as we perform reassignment once we change them.