diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2018-10-31 18:38:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 18:38:14 +0530 |
commit | 45755bdd4384efe53d3ae52dba25609acb6903d0 (patch) | |
tree | 04f20f4d6b9b65d179ca65cd3250467ee56be749 /pt-br/ruby-pt.html.markdown | |
parent | 15dde3fa4b81011d339401e29dea012290be2e73 (diff) | |
parent | cb9b22fa54cf29eda343904cef7a26c6860270e8 (diff) |
Merge pull request #3366 from daniloyamauti/patch-6
[ruby/pt-br] Update ruby-pt.html.markdown
Diffstat (limited to 'pt-br/ruby-pt.html.markdown')
-rw-r--r-- | pt-br/ruby-pt.html.markdown | 2 |
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 |