Skip to content

Commit

Permalink
fixed contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Jan 6, 2013
1 parent 91514b3 commit 5fff74a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contributing.md
Expand Up @@ -57,7 +57,6 @@ code style is maintained.
line. line.
* Prefer if and else to "clever" uses of ? : conditional or ||, && logical * Prefer if and else to "clever" uses of ? : conditional or ||, && logical
operators. operators.
* at. Just put them before the line of code, not at the end of the line.
* When in doubt, follow the conventions you see used in the source already. * When in doubt, follow the conventions you see used in the source already.


### Documentation ### ### Documentation ###
Expand Down

0 comments on commit 5fff74a

Please sign in to comment.