We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e89be3 commit db8790fCopy full SHA for db8790f
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