diff options
author | Adam Bard <github@adambard.com> | 2018-08-06 23:05:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-06 23:05:31 -0700 |
commit | 76bb8b21f62a43ffee1828ae23c62021d0d95ec3 (patch) | |
tree | f6333ffc756fab57f19f296dcb1cdb8129f2d074 /ruby.html.markdown | |
parent | 8a6a3db546868f8c159e61eec6f89b8a83efd25a (diff) | |
parent | 9cf7115d7172cc717b3b9c7adfcc1c87f7299d44 (diff) |
Merge pull request #3175 from abonte/fix-typos
[ruby/en-us][python3/it-it] Fix typos
Diffstat (limited to 'ruby.html.markdown')
-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 |