Skip to content

Commit

Permalink
Merge pull request chuanxshi#63 from picasso250/master
Browse files Browse the repository at this point in the history
small readbility improved
  • Loading branch information
chuanxshi committed Jan 25, 2013
2 parents 27209e8 + 17bb546 commit f99365d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion general-patterns/switch-pattern.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
* 4. Avoiding fall-throughs (when you omit the break intentionally). If you're absolutely convinced
* that a fall-through is the best approach, make sure you document such cases, because they might
* look like errors to the readers of your code.
* 5. Ending the `switch` with a `default`: to make sure there's always a sane result even if none of the cases matched.
* 5. Ending the `switch` with a `default`: to make sure there's always a sane result even if none of
* the cases matched.
*/

var inspect_me = 0,
Expand Down

0 comments on commit f99365d

Please sign in to comment.