Skip to content

Commit

Permalink
Remove broken link to ruby sample with misspelling (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom authored May 11, 2022
1 parent a099ec7 commit 1eea5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ violations.
- Avoid inline comments.
- Break long lines after 80 characters.
- Delete trailing whitespace.
- Don't misspell. [Example](/ruby/sample.rb#L11).
- Don't misspell.
- Use empty lines around multi-line blocks.
- Use spaces around operators, except for unary operators, such as `!`.
- Use [Unix-style line endings] (`\n`).
Expand Down

0 comments on commit 1eea5d4

Please sign in to comment.