[ruby/pt-br] Update ruby-pt.html.markdown

Translation of comment.
This commit is contained in:
daniloyamauti 2018-10-31 08:37:56 -03:00 committed by GitHub
parent 4d9778c098
commit cb9b22fa54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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