Update content/blog/new-post-mutable-vs-immutable/index.md

Co-authored-by: Corbin Crutchley <crutchcorn@gmail.com>
This commit is contained in:
Alex Chadwick Peribañez
2022-07-28 07:52:40 +01:00
committed by Corbin Crutchley
parent c42ea75587
commit 788ef41fb0

View File

@@ -11,7 +11,7 @@
--- ---
## Defining Mutable and Immutable # Defining Mutable and Immutable
Mutable means "can change". Immutable means "cannot change". And these meanings remain the same in the technology world. For example, a mutable string can be changed, and an immutable string cannot be changed. Mutable means "can change". Immutable means "cannot change". And these meanings remain the same in the technology world. For example, a mutable string can be changed, and an immutable string cannot be changed.