mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
[ruby/pt-br] Update ruby-pt.html.markdown
Translation of comment.
This commit is contained in:
parent
4d9778c098
commit
cb9b22fa54
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user