Merge pull request #3366 from daniloyamauti/patch-6

[ruby/pt-br] Update ruby-pt.html.markdown
This commit is contained in:
Divay Prakash 2018-10-31 18:38:14 +05:30 committed by GitHub
commit 45755bdd43
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