mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 21:49:22 +01:00
Fixed comment style
This commit is contained in:
parent
99e1c31b19
commit
df90e49572
@ -31,8 +31,8 @@ You shouldn't either
|
|||||||
10 * 2 #=> 20
|
10 * 2 #=> 20
|
||||||
35 / 5 #=> 7
|
35 / 5 #=> 7
|
||||||
|
|
||||||
## Arithmetic is just syntactic sugar
|
# Arithmetic is just syntactic sugar
|
||||||
## for calling a method on an object
|
# for calling a method on an object
|
||||||
1.+(3) #=> 4
|
1.+(3) #=> 4
|
||||||
10.* 5 #=> 50
|
10.* 5 #=> 50
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user