We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e89be3 + db8790f commit 578f35cCopy full SHA for 578f35c
README.md
@@ -600,7 +600,7 @@ holding onto a reference of the shopping cart will be affected by any changes.
600
601
Two caveats to mention to this approach:
602
1. There might be cases where you actually want to modify the input object,
603
-but when you adopt this programming practice you will find that those case
+but when you adopt this programming practice you will find that those cases
604
are pretty rare. Most things can be refactored to have no side effects!
605
606
2. Cloning big objects can be very expensive in terms of performance. Luckily,
0 commit comments