summaryrefslogtreecommitdiffhomepage
path: root/pt-br/ruby-pt.html.markdown
diff options
context:
space:
mode:
authordaniloyamauti <33129352+daniloyamauti@users.noreply.github.com>2018-10-31 08:37:56 -0300
committerGitHub <noreply@github.com>2018-10-31 08:37:56 -0300
commitcb9b22fa54cf29eda343904cef7a26c6860270e8 (patch)
tree5cee4791db3824d3c46d943c5ba7746ad35af3a8 /pt-br/ruby-pt.html.markdown
parent4d9778c0988c324d0e520fd460026b39f9f73ccf (diff)
[ruby/pt-br] Update ruby-pt.html.markdown
Translation of comment.
Diffstat (limited to 'pt-br/ruby-pt.html.markdown')
-rw-r--r--pt-br/ruby-pt.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/ruby-pt.html.markdown b/pt-br/ruby-pt.html.markdown
index 1078f6c5..7ae28ac2 100644
--- a/pt-br/ruby-pt.html.markdown
+++ b/pt-br/ruby-pt.html.markdown
@@ -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