summaryrefslogtreecommitdiffhomepage
path: root/pt-br
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2018-10-31 18:38:14 +0530
committerGitHub <noreply@github.com>2018-10-31 18:38:14 +0530
commit45755bdd4384efe53d3ae52dba25609acb6903d0 (patch)
tree04f20f4d6b9b65d179ca65cd3250467ee56be749 /pt-br
parent15dde3fa4b81011d339401e29dea012290be2e73 (diff)
parentcb9b22fa54cf29eda343904cef7a26c6860270e8 (diff)
Merge pull request #3366 from daniloyamauti/patch-6
[ruby/pt-br] Update ruby-pt.html.markdown
Diffstat (limited to 'pt-br')
-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