diff options
author | daniloyamauti <33129352+daniloyamauti@users.noreply.github.com> | 2018-10-31 08:37:56 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 08:37:56 -0300 |
commit | cb9b22fa54cf29eda343904cef7a26c6860270e8 (patch) | |
tree | 5cee4791db3824d3c46d943c5ba7746ad35af3a8 | |
parent | 4d9778c0988c324d0e520fd460026b39f9f73ccf (diff) |
[ruby/pt-br] Update ruby-pt.html.markdown
Translation of comment.
-rw-r--r-- | pt-br/ruby-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/ruby-pt.html.markdown b/pt-br/ruby-pt.html.markdown index 1078f6c5..7ae28ac2 100644 --- a/pt-br/ruby-pt.html.markdown +++ b/pt-br/ruby-pt.html.markdown @@ -71,7 +71,7 @@ false.class #=> FalseClass 2 <= 2 #=> true 2 >= 2 #=> true -# Strings são objects +# Strings são objetos 'Eu sou uma string'.class #=> String "Eu também sou uma string".class #=> String |