diff options
Diffstat (limited to 'pt-br')
| -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 | 
