mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 22:27:35 +03:00
Merge pull request #3366 from daniloyamauti/patch-6
[ruby/pt-br] Update ruby-pt.html.markdown
This commit is contained in:
commit
45755bdd43
@ -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