fix comment

This commit is contained in:
bonte 2018-08-03 23:34:39 +02:00
parent 8a6a3db546
commit 4af377e970

View File

@ -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