Skip to content

Commit

Permalink
Merge pull request ryanmcdermott#197 from piotrwitek/patch-1
Browse files Browse the repository at this point in the history
fixed a mismatch between bad-good example
  • Loading branch information
ryanmcdermott authored Feb 17, 2017
2 parents f868d6f + 6992d6e commit d0ecda5
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 @@ -1995,7 +1995,7 @@ class PerformanceReview {
}
}
const review = new PerformanceReview(user);
const review = new PerformanceReview(employee);
review.perfReview();
```

Expand Down

0 comments on commit d0ecda5

Please sign in to comment.