Skip to content

Commit

Permalink
Update review.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roidriscoll authored Aug 15, 2016
1 parent 3a0abaf commit 321da34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/review.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ BowlingGame.prototype.currentMove = function(pins) {
};
```

## Duck Punch carefully
## Monkey Patch carefully

If you are adding new function to existing JavaScript objects then do check you are not overwriting an existing function.

Expand Down

0 comments on commit 321da34

Please sign in to comment.