From 0a149c7bf5e30a453931ee83728fa9d55eba6e5b Mon Sep 17 00:00:00 2001 From: Mohit Khandelwal Date: Mon, 12 Jun 2017 01:14:51 +0530 Subject: [PATCH] edited and corrected detial to detail In line 89 " Design Patterns explained in detail with examples. " the word detail is misspelled as detial. Edited and corrected it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4f65da8..71c2dac6 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ When learning CS there are some useful sites you must know to get always informe * [10-ways-to-be-a-better-developer](https://stephenhaunts.files.wordpress.com/2014/04/10-ways-to-be-a-better-developer.png) * [Working as a Software Developer](https://henrikwarne.com/2012/12/12/working-as-a-software-developer/) * [Software design pattern](https://en.wikipedia.org/wiki/Software_design_pattern) : The entire collection of Design Patterns. - * [Design Patterns](https://sourcemaking.com/design_patterns) : Design Patterns explained in detial with examples. + * [Design Patterns](https://sourcemaking.com/design_patterns) : Design Patterns explained in detail with examples. # Coding Style * [CS 106B Coding Style Guide](http://stanford.edu/class/archive/cs/cs106b/cs106b.1158/styleguide.shtml) : must see for those who create spaghetti