Skip to content

Commit b682279

Browse files
committedDec 1, 2015
Make all bullet points look the same
1 parent e267951 commit b682279

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎best_practices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Best Practices
22

3-
- [rescue => Exception e](best_practices/using_exception_e.md)
3+
* [rescue => Exception e](best_practices/using_exception_e.md)

‎idiomatic_ruby.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Idiomatic Ruby
22

33
* [Each vs map](idiomatic_ruby/each_vs_map.md)
4-
- [Conditional assignment](idiomatic_ruby/conditional_assignment.md)
4+
* [Conditional assignment](idiomatic_ruby/conditional_assignment.md)

‎refactorings.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Refactorings
22

3-
- [Refactoring switch case with Hashes](refactorings/refactoring_switch_case_with_hashses.md)
4-
- [Conditionals when object is nil](refactorings/conditionals_when_object_is_nil.md)
3+
* [Refactoring switch case with Hashes](refactorings/refactoring_switch_case_with_hashses.md)
4+
* [Conditionals when object is nil](refactorings/conditionals_when_object_is_nil.md)

0 commit comments

Comments
 (0)
Please sign in to comment.