Skip to content

Commit

Permalink
Merge pull request #33 from lucproglangcourse/master
Browse files Browse the repository at this point in the history
fixed minor typo in readme
  • Loading branch information
klaeufer authored Jan 16, 2017
2 parents cedbab5 + c99930a commit 8442508
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 @@ -16,7 +16,7 @@
- OO/imperative, with mutable data structures
- functional, with immutable data structures
- software design principles
- [Soc](https://en.wikipedia.org/wiki/Separation_of_concerns) (separation of concerns)
- [SoC](https://en.wikipedia.org/wiki/Separation_of_concerns) (separation of concerns)
- [DRY](http://en.wikipedia.org/wiki/Don%27t_repeat_yourself)
- [testcase superclass](http://xunitpatterns.com/Testcase%20Superclass.html)
- Scala programming techniques
Expand Down

0 comments on commit 8442508

Please sign in to comment.