1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 20:10:49 +02:00

[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

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