Skip to content

Commit

Permalink
Merge pull request ryanmcdermott#215 from elliothimmelfarb/patch-1
Browse files Browse the repository at this point in the history
fixed a grammatical typo
  • Loading branch information
ryanmcdermott authored May 4, 2017
2 parents 8e89be3 + db8790f commit 578f35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ holding onto a reference of the shopping cart will be affected by any changes.

Two caveats to mention to this approach:
1. There might be cases where you actually want to modify the input object,
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
are pretty rare. Most things can be refactored to have no side effects!

2. Cloning big objects can be very expensive in terms of performance. Luckily,
Expand Down

0 comments on commit 578f35c

Please sign in to comment.