Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
md edit
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChevalier committed May 9, 2012
1 parent 68c4f15 commit 0ae377e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby.md
Expand Up @@ -87,11 +87,11 @@
```

* Never put a space between a method name and the opening parenthesis.
`
```Ruby
# bad
f (3 + 2) + 1

# good
f(3 + 2) + 1
`
```

0 comments on commit 0ae377e

Please sign in to comment.