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:
@@ -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
|
||||
|
Reference in New Issue
Block a user