summaryrefslogtreecommitdiffhomepage
path: root/ruby.html.markdown
diff options
context:
space:
mode:
authorbonte <andrea.bonte92@hotmail.it>2018-08-03 23:34:39 +0200
committerbonte <andrea.bonte92@hotmail.it>2018-08-03 23:34:39 +0200
commit4af377e970908c97d88ff8713e6df5d06be160e6 (patch)
treebafea5b304163e73f3ff53db4933a31fe71a1115 /ruby.html.markdown
parent8a6a3db546868f8c159e61eec6f89b8a83efd25a (diff)
fix comment
Diffstat (limited to 'ruby.html.markdown')
-rw-r--r--ruby.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.html.markdown b/ruby.html.markdown
index 4bc872da..51f220e3 100644
--- a/ruby.html.markdown
+++ b/ruby.html.markdown
@@ -158,7 +158,7 @@ status == 'pending' #=> false
status == :approved #=> false
-Strings can be converted into symbols and vice versa:
+# Strings can be converted into symbols and vice versa:
status.to_s #=> "pending"
"argon".to_sym #=> :argon