summaryrefslogtreecommitdiffhomepage
path: root/ruby.html.markdown
diff options
context:
space:
mode:
authorLuke Holder <lukemh@gmail.com>2013-07-30 15:28:40 +0800
committerLuke Holder <lukemh@gmail.com>2013-07-30 15:28:40 +0800
commitdf90e4957246c422c00b07f788d825d327304d11 (patch)
tree537d7c576190334652f126ffa3e008f660131764 /ruby.html.markdown
parent99e1c31b19547fbe117a77047bb23eff0edafaea (diff)
Fixed comment style
Diffstat (limited to 'ruby.html.markdown')
-rw-r--r--ruby.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby.html.markdown b/ruby.html.markdown
index 9a59be90..a3bcbbd5 100644
--- a/ruby.html.markdown
+++ b/ruby.html.markdown
@@ -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