Fixed comment style

This commit is contained in:
Luke Holder 2013-07-30 15:28:40 +08:00
parent 99e1c31b19
commit df90e49572

View File

@ -31,8 +31,8 @@ You shouldn't either
10 * 2 #=> 20
35 / 5 #=> 7
## Arithmetic is just syntactic sugar
## for calling a method on an object
# Arithmetic is just syntactic sugar
# for calling a method on an object
1.+(3) #=> 4
10.* 5 #=> 50