diff options
author | bonte <andrea.bonte92@hotmail.it> | 2018-08-03 23:34:39 +0200 |
---|---|---|
committer | bonte <andrea.bonte92@hotmail.it> | 2018-08-03 23:34:39 +0200 |
commit | 4af377e970908c97d88ff8713e6df5d06be160e6 (patch) | |
tree | bafea5b304163e73f3ff53db4933a31fe71a1115 | |
parent | 8a6a3db546868f8c159e61eec6f89b8a83efd25a (diff) |
fix comment
-rw-r--r-- | ruby.html.markdown | 2 |
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 |