Skip to content

Commit

Permalink
fixes typo for linethrough on Associations bullet
Browse files Browse the repository at this point in the history
  • Loading branch information
carywreams committed Dec 21, 2018
1 parent 1274fc4 commit fc068fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlstyle.guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ SELECT first_name
notation.
* Never give a table the same name as one of its columns and vice versa.
* On Associations: ~~Avoid, where possible, concatenating two table names together to create the name
of a relationship table. Rather than `cars_mechanics` prefer `services`.~~~ ```-cwr```
of a relationship table. Rather than `cars_mechanics` prefer `services`.~~ ```-cwr```
* concatenating (with an underscore) is acceptable
* using a connector (memberof, with, etc) is acceptable if needed to add clarification

Expand Down

0 comments on commit fc068fe

Please sign in to comment.